Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2025-02-09 00:51:55 +03:00
parent ecc7b929e9
commit 586e8758b4
2 changed files with 12 additions and 2 deletions

View File

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

View File

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