summaryrefslogtreecommitdiffstats
path: root/upload-image.sh
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2013-05-11 13:27:07 +0200
committerFlorian Pritz <bluewind@xinu.at>2013-05-11 13:27:07 +0200
commit60cb01f9a81c311f914aed4a23e8e5b35e965918 (patch)
tree8b9109a8f1bcf37506755e0e77b83b0a026cda57 /upload-image.sh
parenta9ba01279e6f3c64b082f4de6e7d95cd1b5f7dab (diff)
downloadbin-60cb01f9a81c311f914aed4a23e8e5b35e965918.tar.gz
bin-60cb01f9a81c311f914aed4a23e8e5b35e965918.tar.xz
soem more cleanup
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'upload-image.sh')
-rw-r--r--upload-image.sh13
1 files changed, 0 insertions, 13 deletions
diff --git a/upload-image.sh b/upload-image.sh
deleted file mode 100644
index 6ee9bb1..0000000
--- a/upload-image.sh
+++ /dev/null
@@ -1,13 +0,0 @@
-#/bin/bash
-#----------------------------------------------------
-# Version: 0.1.1
-# Author: Florian "Bluewind" Pritz <flo@xssn.at>
-#
-# Licensed under WTFPL v2
-# (see COPYING for full license text)
-#
-#----------------------------------------------------
-# Upload image to imagebanana and output url
-#----------------------------------------------------
-
-curl -F img="@$1" -F "send=Hochladen" -F 'resize=320x240' -H "Expect: " www.imagebanana.com -L | ack -o -n '(http.*?\/view\/.*?\..{3})' | tail -n 1