1
0
mirror of https://github.com/ViViDboarder/shoestrap.git synced 2025-01-10 02:27:40 +00:00
shoestrap/assets/default/bin/haste
2017-04-27 10:52:49 -07:00

8 lines
154 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}'