Please enable JavaScript in your browser!
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
themusicgod1
/
jsoncpp
Pridať medzi pozorované
0
Hviezda
2
Fork
0
Súbory
Issues
2
Pull requesty
0
Wiki
Strom:
8190e061bc
Branche
Tagy
master
jsoncpp
/
get_version.pl
get_version.pl
60 B
História
Raw
1
2
3
4
5
6
while (<>) {
if (/version : '(.+)',/) {
print "$1";
}
}