From: Scott Worley Date: Sun, 11 May 2014 07:23:48 +0000 (-0700) Subject: mkdir -p sm X-Git-Url: http://git.scottworley.com/picsort/commitdiff_plain/bb17aed57d1c495a50f1e4f2b1e02080bda0ea72?hp=59b4cd231a31fd76e541afdf7e568c0663075555 mkdir -p sm --- diff --git a/pics-preprocess b/pics-preprocess index 6563cab..a67f460 100755 --- a/pics-preprocess +++ b/pics-preprocess @@ -29,6 +29,7 @@ for f;do if [[ -s "sm/$f" ]];then echo "Skipping sm/$f" else + mkdir -p sm convert "$f" -geometry "x$SMALLHEIGHT" "sm/$f" fi fi