]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - Next/contacts
Add linux-next specific files for 20131024
[karo-tx-linux.git] / Next / contacts
diff --git a/Next/contacts b/Next/contacts
new file mode 100755 (executable)
index 0000000..3f8de81
--- /dev/null
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+if test "x$1" = "x"; then
+       echo "usage: $0 TREE"
+       exit 1
+fi
+
+awk -F'\t' "(\$3 == \"$1\") { print \$1 }" Next/control.txt