summaryrefslogtreecommitdiffstats
path: root/git/git-find-symbolic_links.sh
diff options
context:
space:
mode:
Diffstat (limited to 'git/git-find-symbolic_links.sh')
-rwxr-xr-xgit/git-find-symbolic_links.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/git/git-find-symbolic_links.sh b/git/git-find-symbolic_links.sh
new file mode 100755
index 0000000..65cb5f9
--- /dev/null
+++ b/git/git-find-symbolic_links.sh
@@ -0,0 +1,3 @@
+#! /bin/sh
+
+git ls-files -s $* | awk '/120000/{print $4}'