+argcheck
This commit is contained in:
parent
6f752f3f02
commit
d146b8a66b
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,12 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
if [ $# -ne 2 ]; then
|
||||||
|
echo "$0 host name"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
host=$1
|
host=$1
|
||||||
name=$2
|
name=$2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue