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