diff options
| author | Kevin Wallace <kevin@pentabarf.net> | 2026-03-02 15:04:40 -0800 |
|---|---|---|
| committer | Kevin Wallace <kevin@pentabarf.net> | 2026-03-02 15:04:40 -0800 |
| commit | 502a6d983f981aff18b261a61feded2db6006ec6 (patch) | |
| tree | b2f7b65c8c5a0319780f62a891d517148a6623ff /autorun.sh | |
| parent | exec -> systemd-run; more parsing (diff) | |
ipp -> {cvend,pic32}-ipp
Diffstat (limited to 'autorun.sh')
| -rw-r--r-- | autorun.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ #!/bin/bash -x cd "$(dirname "$0")" -systemd-run -p StandardOutput=tty -d bin/ipp +systemd-run -p StandardOutput=tty -d bin/cvend-ipp +systemd-run -p StandardOutput=tty -d bin/pic32-ipp |