mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-12-17 00:31:40 +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...
|
# - 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
|
SNAPSHOT_DIR=.snapshots
|
||||||
SUBVOLUME_DIR=media
|
SUBVOLUME_DIR=media
|
||||||
SNAPSHOT_COUNT=5
|
SNAPSHOT_COUNT=5
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user