1
0
mirror of https://github.com/ViViDboarder/shoestrap.git synced 2025-03-09 17:06:16 +00:00

8 lines
154 B
Plaintext
Raw Normal View History

2017-04-27 10:52:49 -07:00
#! /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}'