diff options
| author | Kevin Wallace <kevin@pentabarf.net> | 2026-02-27 00:44:08 -0800 |
|---|---|---|
| committer | Kevin Wallace <kevin@pentabarf.net> | 2026-02-27 00:56:16 -0800 |
| commit | 5840192fecbd9f1398e46f03f30729f70e37224a (patch) | |
| tree | df3989089035c78004a2033536bfbb91a3ca0566 /autorun.sh | |
initial commit
Diffstat (limited to 'autorun.sh')
| -rw-r--r-- | autorun.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/autorun.sh b/autorun.sh new file mode 100644 index 0000000..21e4a46 --- /dev/null +++ b/autorun.sh @@ -0,0 +1,3 @@ +#!/bin/bash -x +cd "$(dirname "$0")" +exec ./bin/ipp -f |