2025-04-24 13:11:28 +08:00

9 lines
66 B
Bash
Executable File

#!/bin/bash
pushd ..
bin/run "$*"
RV=$?
popd || exit 1
exit $RV