@ -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