1
0
Fork 0
mirror of https://github.com/sbrl/bin.git synced 2018-01-10 21:33:46 +00:00

Fix hastebin script

This commit is contained in:
Starbeamrainbowlabs 2016-07-23 15:43:56 +01:00
parent 74851598de
commit b662d690b6

View file

@ -19,4 +19,4 @@ fi
output=`curl -s -X POST -d "$str" $server/documents |perl -pi -e 's|.+:\"(.+)\"}|$1|'` output=`curl -s -X POST -d "$str" $server/documents |perl -pi -e 's|.+:\"(.+)\"}|$1|'`
echo $server/$output echo http://$server/$output