Commit Diff
--- bin/webpaste +++ bin/webpaste @@ -12,4 +12,4 @@ then exit 1 fi -curl -s -F clbin="$file" https://clbin.com +curl -s -F "text=$file" https://webpaste.olowe.co/paste
--- bin/webpaste +++ bin/webpaste @@ -12,4 +12,4 @@ then exit 1 fi -curl -s -F clbin="$file" https://clbin.com +curl -s -F "text=$file" https://webpaste.olowe.co/paste