DIR : /home/kozerus/public_html/go/allaboutgo/sgf/xuanlan/ko_wget_xuanlan.sh
/home/kozerus/public_html/go/allaboutgo/sgf/xuanlan
# sgc/problems/xuanlan/ko_wget_xuanlan.sh
limit=61
# for i in {1..9}; do
# for i in {7..9}; do
# sleep .5
# echo "wget http://eidogo.com/sgf/problems/xuanlan/xl0$i.sgf";
# wget http://eidogo.com/sgf/problems/xuanlan/xl0$i.sgf
# if [ ! -f xl0$i.sgf ]; then exit; fi
# done
# sleep 5
for i in {10..61}; do
sleep .5
echo "wget http://eidogo.com/sgf/problems/xuanlan/xl$i.sgf";
wget http://eidogo.com/sgf/problems/xuanlan/xl$i.sgf
# wget http://eidogo.com/sgf/problems/xuanlan/xl$i.sgf
if [ ! -f xl$i.sgf ]; then exit; fi
done
exit;
# for i in {100..347}; do
# sleep .5
# echo "wget http://eidogo.com/sgf/problems/xxqj/prob00$i.sgf";
# wget http://eidogo.com/sgf/problems/xxqj/prob0$i.sgf
# done
# for i in $(seq 1 9); do echo "probb000$i"; done
# for (( i=1; i<10; i++ )); do echo "probc000$i"; done
//