repo.or.cz
/
lilypond.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Implement two variations on double repeat sign.
[lilypond.git]
/
buildscripts
/
readlink.py
blob
70267ffa59c8631faffe67cf8f691f1e16878ec7
1
#!/usr/bin/env python
2
import
os
3
import
sys
4
5
for
i
in
sys
.
argv
[
1
:]:
6
print
os
.
path
.
realpath
(
i
)