projects
/
zfs-ubuntu
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fixed typo in error message email
[zfs-ubuntu/.git]
/
update_links
1
#!/bin/bash
2
3
LINKTO=/etc/bin
4
5
git ls-files | grep -v .gitignore | grep -v wrapper | xargs -I % ln -s zfs/% $LINKTO/% 2>/dev/null
6