repo.or.cz
/
xrzperl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated git and svn scripts
[xrzperl.git]
/
linkwhere
blob
ae38ce4ab8488adaae7f6f3760a537a34d5e3f45
1
#!/usr/bin/perl -w
2
foreach
(
@ARGV
) {
3
print readlink
(
$_
),
"
\n
"
;
4
}