Merge pull request #1585 from sharelatex/spd-bin-run

Add bin/run wrapper to web

GitOrigin-RevId: e324256fdca6b334d25385148e7517b4c4c5e702
This commit is contained in:
Simon Detheridge 2019-03-06 10:30:25 +00:00 committed by James Allen
parent 01fd6e9c8a
commit f5ecc5ad85

8
services/web/bin/run Executable file
View file

@ -0,0 +1,8 @@
#!/bin/bash
pushd ..
bin/run $*
RV=$?
popd
exit $RV