Added new script to link the GIT scripts to another location
[zfs-nexenta/.git] / update_links
diff --git a/update_links b/update_links
new file mode 100755 (executable)
index 0000000..8370aca
--- /dev/null
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+git ls-files | grep -v .gitignore | grep -v wrapper | xargs -I % ln -s zfs/% /etc/bin/% 2>/dev/null
+