index
:
anaconda.git
f12-branch
master
Unnamed repository; edit this file to name it for gitweb.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
collage
/
mkcollagelinks
blob: 4da43d3fcf8bd72da64cc80f85c6abf8a67cda3f (
plain
)
1
2
3
4
5
6
#!/bin/bash read line while read line; do ln -sf $1 $line done