Please enable JavaScript in your browser!
Página inicial
Explorar
Ajuda
Entrar
themusicgod1
/
jsoncpp
Observar
0
Favorito
2
Fork
0
Arquivos
Issues
2
Pull Requests
0
Wiki
Branch:
master
Branches
Tags
master
jsoncpp
/
get_version.pl
get_version.pl
60 B
Link permanente
Histórico
Raw
1
2
3
4
5
6
while (<>) {
if (/version : '(.+)',/) {
print "$1";
}
}