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