summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xfb (renamed from filebin.sh)6
1 files changed, 3 insertions, 3 deletions
diff --git a/filebin.sh b/fb
index 7376997..7dc48c9 100755
--- a/filebin.sh
+++ b/fb
@@ -1,6 +1,6 @@
#!/bin/sh
#----------------------------------------------------
-# Version: 0.2.2
+# Version: 0.2.3
# Author: Florian "Bluewind" Pritz <f-p@gmx.at>
#
# Licensed under WTFPL v2
@@ -23,9 +23,9 @@ else
done
fi
-URL=$(curl -# -L -F "userfile=@$file" http://filebin.server-speed.net/index.php/file/do_upload)
+URL=$(curl -# -L -F "userfile=@$file" http://paste.xinu.at/file/do_upload)
echo $URL
-echo $URL | nohup &> /dev/null xclip
+echo -n $URL | nohup &> /dev/null xclip
if [ "$tmpfile" == "1" ]; then
rm $file