projects
/
zfs-ubuntu
/
.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Added new script to link the GIT scripts to another location
[zfs-ubuntu/.git]
/
update_links
1
#!/bin/bash
2
3
git ls-files | grep -v .gitignore | grep -v wrapper | xargs -I % ln -s zfs/% /etc/bin/% 2>/dev/null
4