Added an already running check
[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