first commit
This commit is contained in:
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 1
|
||||
|
||||
exit $RV
|
Reference in New Issue
Block a user