diff usebot.sh @ 115:34ebf346f5b9

changed usebot.sh
author billy3321@f3svr.f3.csu.edu.tw.f3.csu.edu.tw
date Thu, 30 Oct 2008 12:11:34 +0800
parents 900535236e34
children
line wrap: on
line diff
--- 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