Skip to content

Commit

Permalink
A simple expect script to run qw locally.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliptic committed Feb 17, 2015
1 parent 9c3dc50 commit c18ae8a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions qw.exp
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/expect

for {set i 1} {$i < 1001} {incr i 1} {
spawn ./crawl -rc qw/qw.rc -seed $i -name qw

expect "Welcome, qw" { send "\r\t" }

interact
}

0 comments on commit c18ae8a

Please sign in to comment.