Skip to content

Instantly share code, notes, and snippets.

@dwilkins
Created April 22, 2013 04:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dwilkins/5432439 to your computer and use it in GitHub Desktop.
Save dwilkins/5432439 to your computer and use it in GitHub Desktop.
Script for running the crawler
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