diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/snapshot | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/snapshot b/bin/snapshot index 7883e79..f3f05b0 100755 --- a/bin/snapshot +++ b/bin/snapshot @@ -1,4 +1,7 @@ #!/bin/sh +echo "=====================================" +echo "$0 $*" +echo "=====================================" set -x date uname -a @@ -40,7 +43,6 @@ fi cmd="all" test_opt="" errcode=0 -echo '$#=' $# '$*="' $* '"' while [ $# -gt 0 ] ; do case "$1" in all) |