mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-17 00:31:40 +00:00
dates...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
ecc7b929e9
commit
586e8758b4
@ -17,11 +17,21 @@
|
|||||||
# - a way to maintain a set number of snapshots...
|
# - a way to maintain a set number of snapshots...
|
||||||
#
|
#
|
||||||
|
|
||||||
|
usage(){
|
||||||
|
echo "Usage:"
|
||||||
|
# XXX
|
||||||
|
echo " $(basename "$0")"
|
||||||
|
}
|
||||||
|
printHelp(){
|
||||||
|
usage
|
||||||
|
# XXX
|
||||||
|
}
|
||||||
|
|
||||||
# handle args...
|
# handle args...
|
||||||
for arg in "$@" ; do
|
for arg in "$@" ; do
|
||||||
case $arg in
|
case $arg in
|
||||||
-h|--help)
|
-h|--help)
|
||||||
# XXX
|
printHelp
|
||||||
exit
|
exit
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
Copyright (c) 2009-2021, Alex A. Naanou
|
Copyright (c) 2009-2025, Alex A. Naanou
|
||||||
All rights reserved.
|
All rights reserved.
|
||||||
|
|
||||||
Redistribution and use in source and binary forms, with or without
|
Redistribution and use in source and binary forms, with or without
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user