Delete addAbnormalStar.sh

This commit is contained in:
yangchenwo 2017-10-23 20:14:56 +08:00 committed by GitHub
parent b5999ca249
commit 646f81aa15
1 changed files with 0 additions and 11 deletions

View File

@ -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