From 0554e7461893474d32e6ffc9dac0ee61957cd31f Mon Sep 17 00:00:00 2001 From: philipp schoenberger Date: Mon, 24 Aug 2015 17:58:53 +0200 Subject: [PATCH] trivial --- all_zero | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 all_zero diff --git a/all_zero b/all_zero deleted file mode 100755 index 255f3ed..0000000 --- a/all_zero +++ /dev/null @@ -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