no message
parent
9244243b23
commit
465f1a3cb9
@ -1,10 +1,5 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/expect -f
|
||||
if [ $# -lt 1]
|
||||
then
|
||||
echo "I Hope your input. [TARGET_SYS]"
|
||||
exit
|
||||
fi
|
||||
|
||||
TARGET_SYS=$1
|
||||
|
||||
|
||||
@ -1,10 +1,5 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/expect -f
|
||||
if [ $# -lt 1]
|
||||
then
|
||||
echo "I Hope your input. [TARGET_SYS]"
|
||||
exit
|
||||
fi
|
||||
|
||||
TARGET_SYS=$1
|
||||
|
||||
|
||||
@ -1,10 +1,5 @@
|
||||
#!/bin/bash
|
||||
#!/usr/bin/expect -f
|
||||
if [ $# -lt 1]
|
||||
then
|
||||
echo "I Hope your input. [TARGET_SYS]"
|
||||
exit
|
||||
fi
|
||||
|
||||
TARGET_SYS=$1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue