Created an all-up script runner

This commit is contained in:
maniacbug
2011-07-13 15:41:37 -07:00
parent c624815704
commit af37c345e8
3 changed files with 27 additions and 11 deletions

View File

@@ -0,0 +1,8 @@
#!/bin/sh
# Connect p6 to receiver, p4 to sender
jam p4 p6 || exit 1
./runtest.py /dev/tty.usbserial-A600eHIs || exit 1
./runtest.py /dev/tty.usbserial-A40081RP || exit 1
exit 0