From 586e8758b4aac32b8e8d6d1b96f6ebf588f2918d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 9 Feb 2025 00:51:55 +0300 Subject: [PATCH] dates... Signed-off-by: Alex A. Naanou --- Archive/snapshot.sh | 12 +++++++++++- Viewer/LICENSE | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/Archive/snapshot.sh b/Archive/snapshot.sh index b30b0e69..1193bafe 100755 --- a/Archive/snapshot.sh +++ b/Archive/snapshot.sh @@ -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 diff --git a/Viewer/LICENSE b/Viewer/LICENSE index 44b014fb..0052b995 100644 --- a/Viewer/LICENSE +++ b/Viewer/LICENSE @@ -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