summaryrefslogtreecommitdiff
path: root/autorun.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autorun.sh')
-rw-r--r--autorun.sh9
1 files changed, 5 insertions, 4 deletions
diff --git a/autorun.sh b/autorun.sh
index 4d6697c..30e0382 100644
--- a/autorun.sh
+++ b/autorun.sh
@@ -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