Please enable JavaScript in your browser!
홈
탐색
도움말
로그인
yentl
/
modelverse
Watch
3
Star
3
포크
6
파일
이슈
4
풀 리퀘스트
0
위키
트리:
bccf14021d
브랜치
태그
debugging
master
pn_debugging
testing
modelverse
/
library.sh
library.sh
79 B
히스토리
Raw
1
2
3
4
5
6
if type "pypy" > /dev/null; then
python="pypy"
else
python="python"
fi