comparison 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
comparison
equal deleted inserted replaced
114:900535236e34 115:34ebf346f5b9
12 echo -e "package main;\n\n\$::server = \"${SER_NAME}.ikariam.tw\";\n\$::user = \"${ACC_NAME}\";\n\$::pass = \"${PW_NAME}\";\n\n1;" > ${HOME}/.eagleeye.pm 12 echo -e "package main;\n\n\$::server = \"${SER_NAME}.ikariam.tw\";\n\$::user = \"${ACC_NAME}\";\n\$::pass = \"${PW_NAME}\";\n\n1;" > ${HOME}/.eagleeye.pm
13 } 13 }
14 14
15 function chihchunloop() { 15 function chihchunloop() {
16 read -p "Please enter the coordinate you want to fight(ex: 39:49)" SITE 16 read -p "Please enter the coordinate you want to fight(ex: 39:49)" SITE
17 SITE_X = $(echo $SITE | cut -d : -f 1) 17 SITE_X=$(echo $SITE | cut -d : -f 1)
18 SITE_Y = $(echo $SITE | cut -d : -f 2) 18 SITE_Y=$(echo $SITE | cut -d : -f 2)
19 while : ; do 19 while : ; do
20 perl agent.pl 20 perl agent.pl
21 21
22 perl scan.pl 22 perl scan.pl
23 23