diff options
author | Florian Pritz <bluewind@xinu.at> | 2014-11-19 14:24:12 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2014-11-19 14:24:12 +0100 |
commit | e37d83f3212e0eaf50f20fbb975b02cfb2f332e3 (patch) | |
tree | d4ce33e0159db4ec83edce7902384925bb6ff97e | |
parent | 0a8145685d8d13da0c12e61b034a2323a22f46e2 (diff) |
Remove tempfile in do_uploadv1.4.1
This would upload the data.* files if one runs `fb -m $url1 $url2`
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | fb.in | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |