mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #1585 from sharelatex/spd-bin-run
Add bin/run wrapper to web GitOrigin-RevId: e324256fdca6b334d25385148e7517b4c4c5e702
This commit is contained in:
parent
01fd6e9c8a
commit
f5ecc5ad85
1 changed files with 8 additions and 0 deletions
8
services/web/bin/run
Executable file
8
services/web/bin/run
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
pushd ..
|
||||
bin/run $*
|
||||
RV=$?
|
||||
popd
|
||||
|
||||
exit $RV
|
Loading…
Reference in a new issue