mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-27 05:21:58 +00:00
prep work...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
e36b8200d1
commit
530e288108
@ -11,6 +11,8 @@ printhelp(){
|
||||
echo
|
||||
echo "Arguments:"
|
||||
echo " -h --help - print this help and exit."
|
||||
#echo " -p --psd - source metadad from psd file (default)."
|
||||
#echo " -r --raw - source metadad from raw file."
|
||||
echo
|
||||
}
|
||||
|
||||
@ -20,6 +22,16 @@ while true ; do
|
||||
printhelp
|
||||
exit
|
||||
;;
|
||||
# XXX
|
||||
-r|--raw)
|
||||
shift
|
||||
break
|
||||
;;
|
||||
# XXX
|
||||
-p|--psd)
|
||||
shift
|
||||
break
|
||||
;;
|
||||
*)
|
||||
break
|
||||
;;
|
||||
@ -70,3 +82,4 @@ else
|
||||
cd "$DIR"
|
||||
done
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user