summaryrefslogtreecommitdiffstats
path: root/bin/snapshot
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2001-02-25 04:31:44 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2001-02-25 04:31:44 (GMT)
commitfb9a8ee1598c4fdf237638056ec7802b9de497b5 (patch)
treef33b0efd1e3664017e9a65e464e362c1c5c6ae91 /bin/snapshot
parentc55f97f56965c900959571ca7d855d39317fd96c (diff)
downloadhdf5-fb9a8ee1598c4fdf237638056ec7802b9de497b5.zip
hdf5-fb9a8ee1598c4fdf237638056ec7802b9de497b5.tar.gz
hdf5-fb9a8ee1598c4fdf237638056ec7802b9de497b5.tar.bz2
[svn-r3515] Description:
Move the printing of command argument to the beginning of the shell with banners around for easier identification. Platforms tested: Eirene
Diffstat (limited to 'bin/snapshot')
-rwxr-xr-xbin/snapshot4
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)