diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2001-02-25 04:31:44 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2001-02-25 04:31:44 (GMT) |
commit | fb9a8ee1598c4fdf237638056ec7802b9de497b5 (patch) | |
tree | f33b0efd1e3664017e9a65e464e362c1c5c6ae91 /bin | |
parent | c55f97f56965c900959571ca7d855d39317fd96c (diff) | |
download | hdf5-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')
-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) |