docker-builder/openwrt-builder-entry.sh
Martin Kennedy f459dc14a5 openwrt: output screen's logfile somewhere output can see
This is useful for recording compilation crashes.
2021-02-18 02:28:56 +00:00

8 lines
152 B
Bash
Executable File

#!/bin/bash
[ -x /input.sh ] && /input.sh
cd /builder/openwrt && /usr/bin/screen -Logfile /output/screen.log -L "$@"
[ -x /output.sh ] && /output.sh