Browse Source

trivial

master
philipp schoenberger 10 years ago
parent
commit
0554e74618
  1. 13
      all_zero

13
all_zero

@ -1,13 +0,0 @@
#!/usr/bin/expect
#Where the script should be run from.
set timeout 1
spawn telnet localhost 8000
expect
send "Hello Robot\n"
expect
send "SS 10\n"
expect
send "ST JointBangBang\n"
expect
send "MPTPJ 0 0 0 0 0 0 0\n"
expect
Loading…
Cancel
Save