8 lines
180 B
Bash
Executable file
8 lines
180 B
Bash
Executable file
#!/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
|