index
:
anaconda.git
dup
firstboot-support
master
msivak
newtui
threading
Anaconda installer - personal development space, mostly the new TUI
Martin Sivák
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