# sgc/problems/xxqj/ko_wget_xxqj.sh
limit=347

for i in {1..9}; do 
	sleep .5
	echo "wget http://eidogo.com/sgf/problems/xxqj/prob000$i.sgf"; 
 	done

for i in {10..99}; do 
	sleep .5
	echo "wget http://eidogo.com/sgf/problems/xxqj/prob00$i.sgf"; 
#	wget http://eidogo.com/sgf/problems/xxqj/prob00$i.sgf
	done

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


