latex-ub/services/web/bin/run
2025-05-05 12:24:05 +00:00

8 lines
66 B
Bash
Executable file

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