overleaf/services/web/bin/run
Simon Detheridge f5ecc5ad85 Merge pull request #1585 from sharelatex/spd-bin-run
Add bin/run wrapper to web

GitOrigin-RevId: e324256fdca6b334d25385148e7517b4c4c5e702
2019-03-11 11:06:57 +00:00

8 lines
54 B
Bash
Executable file

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