mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #1585 from sharelatex/spd-bin-run
Add bin/run wrapper to web GitOrigin-RevId: e324256fdca6b334d25385148e7517b4c4c5e702
This commit is contained in:
committed by
James Allen
parent
01fd6e9c8a
commit
f5ecc5ad85
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
|
||||
Reference in New Issue
Block a user