Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
yentl
/
modelverse
Obserwuj
3
Polub
3
Forkuj
6
Pliki
Problemy
4
Oczekujące zmiany
0
Wiki
Drzewo:
2c5f1943ed
Gałęzie
Tagi
debugging
master
pn_debugging
testing
modelverse
/
library.sh
library.sh
79 B
Historia
Czysty
1
2
3
4
5
6
if type "pypy" > /dev/null; then
python="pypy"
else
python="python"
fi