mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-06 12:41:38 +00:00
8 lines
54 B
Bash
Executable file
8 lines
54 B
Bash
Executable file
#!/bin/bash
|
|
|
|
pushd ..
|
|
bin/run $*
|
|
RV=$?
|
|
popd
|
|
|
|
exit $RV
|