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