9a64660b9d2a564b89f435d248663ca6bb046d61
[zfs-nexenta/.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