projects
/
picsort
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Use the correct filename for deleting
[picsort]
/
pics-preprocess
diff --git
a/pics-preprocess
b/pics-preprocess
index 6563cab5afb15d4d500d9d70da474b24b7c7525e..a67f460eb1ef665efa132da12459b78fde222bf3 100755
(executable)
--- 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