GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Added experimental makepkg-update-checksums.sh
[mirrors/Programs.git]
/
c
/
tv-b-gone
/
parsecode.pl
Commit
Line
Data
21c4e167
H
1
#!/usr/local/bin/perl
2
3
4
foreach $line (<STDIN>) {
5
if ($line =~ /(\d+)\s+(\d+)/) {
6
print "{$1,\t$2},\n";
7
}
8
}
This page took
0.19962 seconds
and
4
git commands to generate.