mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 01:40:08 +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...
|
||||
#
|
||||
|
||||
usage(){
|
||||
echo "Usage:"
|
||||
# XXX
|
||||
echo " $(basename "$0")"
|
||||
}
|
||||
printHelp(){
|
||||
usage
|
||||
# XXX
|
||||
}
|
||||
|
||||
# handle args...
|
||||
for arg in "$@" ; do
|
||||
case $arg in
|
||||
-h|--help)
|
||||
# XXX
|
||||
printHelp
|
||||
exit
|
||||
;;
|
||||
esac
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Copyright (c) 2009-2021, Alex A. Naanou
|
||||
Copyright (c) 2009-2025, Alex A. Naanou
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user