From b662d690b69d983a58127d0ed38ad03cc981e425 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 23 Jul 2016 15:43:56 +0100 Subject: [PATCH] Fix hastebin script --- hastebin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hastebin b/hastebin index 27a391f..33fd717 100755 --- a/hastebin +++ b/hastebin @@ -19,4 +19,4 @@ fi output=`curl -s -X POST -d "$str" $server/documents |perl -pi -e 's|.+:\"(.+)\"}|$1|'` -echo $server/$output \ No newline at end of file +echo http://$server/$output \ No newline at end of file