Created
April 22, 2013 04:27
-
-
Save dwilkins/5432439 to your computer and use it in GitHub Desktop.
Script for running the crawler
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print "dir forward" | |
send "dir fwd\n" | |
print "speed .50" | |
send "speed .50\n" | |
sleep 10 | |
print "speed 1" | |
send "speed 1\n" | |
sleep 10 | |
print "dir rev ; speed 1" | |
send "dir rev ; speed 1\n" | |
sleep 15 | |
print "stop" | |
send "stop\n" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment