Delete addAbnormalStar.sh
This commit is contained in:
parent
b5999ca249
commit
646f81aa15
|
@ -1,11 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
sumport=1984
|
||||
masterhost="wamdm100"
|
||||
abhost=$1
|
||||
bernoulliParam=$2
|
||||
geometricParam=$3
|
||||
|
||||
echo "abnormal $abhost $bernoulliParam $geometricParam" | nc -q 0 $masterhost 1984
|
||||
echo "finished."
|
||||
exit 0
|
Loading…
Reference in New Issue