From fb9a8ee1598c4fdf237638056ec7802b9de497b5 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Sat, 24 Feb 2001 23:31:44 -0500 Subject: [svn-r3515] Description: Move the printing of command argument to the beginning of the shell with banners around for easier identification. Platforms tested: Eirene --- bin/snapshot | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- cgit v0.12