summaryrefslogtreecommitdiffstats
path: root/gen-thumbs.sh
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2014-04-13 22:06:00 +0200
committerFlorian Pritz <bluewind@xinu.at>2014-04-13 22:06:00 +0200
commit997b528911b906a9559ac030b1a7a789401f4d13 (patch)
tree93630a005db6754141ab20f80ce3d121975240fb /gen-thumbs.sh
parent2469d49396a13aeef8e26d8f12162e3be91c445a (diff)
downloadbin-997b528911b906a9559ac030b1a7a789401f4d13.tar.gz
bin-997b528911b906a9559ac030b1a7a789401f4d13.tar.xz
remove unused scripts
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'gen-thumbs.sh')
-rwxr-xr-xgen-thumbs.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/gen-thumbs.sh b/gen-thumbs.sh
deleted file mode 100755
index b259e1e..0000000
--- a/gen-thumbs.sh
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-for i in "$@"; do
- convert "$i" -thumbnail 245 -gravity North -extent 245x153 -bordercolor white -border 6 -bordercolor grey60 -border 1 -background none -background black \( +clone -shadow 60x4+4+4 \) +swap -background none -flatten -depth 8 "t_$i"
-done