mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
9 lines
54 B
Bash
Executable File
9 lines
54 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pushd ..
|
|
bin/run $*
|
|
RV=$?
|
|
popd
|
|
|
|
exit $RV
|