Added explanatory comment.

master
Taha Ahmed 13 years ago
parent 7d88ea27cc
commit 1b13d6e27d

@ -4,6 +4,7 @@
## Taha Ahmed
mogrify -format png *.tif
# ${PWD##*/} extracts the name of the parent directory from the current path
convert *.tif ${PWD##*/}.pdf
exit 1

Loading…
Cancel
Save