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
Executable
+8
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
pushd ..
|
||||
bin/run $*
|
||||
RV=$?
|
||||
popd
|
||||
|
||||
exit $RV
|
||||
Reference in New Issue
Block a user