summaryrefslogtreecommitdiffstats
path: root/fb.in
diff options
context:
space:
mode:
Diffstat (limited to 'fb.in')
-rw-r--r--fb.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/fb.in b/fb.in
index 930ce1c..0aac2fb 100644
--- a/fb.in
+++ b/fb.in
@@ -223,6 +223,7 @@ do_upload() {
sed '$d' $tmpfile >&2
url=`tail -1 $tmpfile`"$extension"
+ rm "$tmpfile"
printf "%s\n" "$url"
if printf "%s" "$url" | grep -qE "^https?://"; then
if [ -z "$clipboard" ]; then