blob: 4d6697c5a82d8bf0b240d47029c6f664bfa04a93 (
plain) (
blame)
1
2
3
4
5
|
#!/bin/bash -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
|