diff options
Diffstat (limited to 'autorun.sh')
| -rw-r--r-- | autorun.sh | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -1,5 +1,6 @@ -#!/bin/bash -x +set -x cd "$(dirname "$0")" -#systemd-run -p StandardOutput=tty -d bin/cvend-ipp -#systemd-run -p StandardOutput=tty -d bin/pic32-ipp -systemd-run -p StandardOutput=tty -d bin/beep +stty -F /dev/ttymxc1 115200 cs8 -cstopb -parenb +# systemd-run -p StandardOutput=tty -d bin/cvend-ipp +# systemd-run -p StandardOutput=tty -d bin/pic32-ipp +systemd-run -p StandardOutput=tty -p TTYPath=/dev/ttymxc1 -d bin/orca |