This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
creylopez
/
overleaf
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Ramo:
main
Ramos
Etiquetas
copilot/find-quick-win-issues
main
msm-github-codespaces
old-master
v0.2.0
v0.1.4
v0.1.3
v0.1.2
v0.1.1
v0.1.0
v0.0.1-nightly
overleaf
/
services
/
web
/
bin
/
run
run
66 B
Link permanente
Histórico
Em bruto
1
2
3
4
5
6
7
8
#!/bin/bash
pushd ..
bin/run "$*"
RV=$?
popd || exit 1
exit $RV