# HG changeset patch # User billy3321@f3svr.f3.csu.edu.tw.f3.csu.edu.tw # Date 1225339894 -28800 # Node ID 34ebf346f5b94b7f450453771a857ea24b97d36e # Parent 900535236e3427257bea737186922e79eda294ff changed usebot.sh diff -r 900535236e34 -r 34ebf346f5b9 usebot.sh --- a/usebot.sh Thu Oct 30 12:08:25 2008 +0800 +++ b/usebot.sh Thu Oct 30 12:11:34 2008 +0800 @@ -14,8 +14,8 @@ function chihchunloop() { read -p "Please enter the coordinate you want to fight(ex: 39:49)" SITE -SITE_X = $(echo $SITE | cut -d : -f 1) -SITE_Y = $(echo $SITE | cut -d : -f 2) +SITE_X=$(echo $SITE | cut -d : -f 1) +SITE_Y=$(echo $SITE | cut -d : -f 2) while : ; do perl agent.pl