From 025e15b2ba7f54f87cf409fd7c3dd77746c72858 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 3 Feb 2013 10:44:49 +0100 Subject: add hosts --- scifi.buetow.org/htdocs/images/convert.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scifi.buetow.org/htdocs/images/convert.sh (limited to 'scifi.buetow.org/htdocs/images/convert.sh') diff --git a/scifi.buetow.org/htdocs/images/convert.sh b/scifi.buetow.org/htdocs/images/convert.sh new file mode 100755 index 0000000..acd35f3 --- /dev/null +++ b/scifi.buetow.org/htdocs/images/convert.sh @@ -0,0 +1,5 @@ +#!/bin/bash -x + +for i in $(ls *.jpg | grep -v small | grep -v wallpaper); do + convert -geometry 128 $i ${i/.jpg/-small.jpg} +done -- cgit v1.2.3