mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-28 01:40:08 +00:00
args...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d6abf65df9
commit
ecc7b929e9
@ -17,6 +17,17 @@
|
||||
# - a way to maintain a set number of snapshots...
|
||||
#
|
||||
|
||||
# handle args...
|
||||
for arg in "$@" ; do
|
||||
case $arg in
|
||||
-h|--help)
|
||||
# XXX
|
||||
exit
|
||||
;;
|
||||
esac
|
||||
done
|
||||
|
||||
|
||||
SNAPSHOT_DIR=.snapshots
|
||||
SUBVOLUME_DIR=media
|
||||
SNAPSHOT_COUNT=5
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user