Please enable JavaScript in your browser!
Etusivu
Tutki
Apua
Kirjaudu sisään
themusicgod1
/
jsoncpp
Tarkkaile
0
Äänestä
2
Fork
0
Tiedostot
Ongelmat
2
Pull-pyynnöt
0
Wiki
Branch:
master
Branchit
Tagit
master
jsoncpp
/
get_version.pl
get_version.pl
60 B
Pysyvä linkki
Historia
Raaka
1
2
3
4
5
6
while (<>) {
if (/version : '(.+)',/) {
print "$1";
}
}