Please enable JavaScript in your browser!
Inicio
Explorar
Axuda
Iniciar sesión
yentl
/
modelverse
Seguir
3
Destacar
3
Fork
6
Ficheiros
Incidencias
4
Pull Requests
0
Wiki
Árbore:
5db1749f0f
Ramas
Etiquetas
debugging
master
pn_debugging
testing
modelverse
/
library.sh
library.sh
79 B
Histórico
Raw
1
2
3
4
5
6
if type "pypy" > /dev/null; then
python="pypy"
else
python="python"
fi