mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-05 12:36:31 +00:00
7 lines
153 B
Bash
Executable File
7 lines
153 B
Bash
Executable File
#! /bin/sh
|
|
|
|
host="hb.iamthefij.com"
|
|
|
|
a=$(cat)
|
|
curl -X POST -s -d "$a" https://${host}/documents | awk -v host=$host -F '"' '{print "https://"host"/"$4}'
|