diff options
author | Sven Gothel <[email protected]> | 2015-03-27 23:27:20 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-03-27 23:27:20 +0100 |
commit | c9e3db639d9a451cdb34d777a01d104cbcfc8bf6 (patch) | |
tree | 3c11071ecddba7ec69523c86068989b71a52ca05 /git/git-find-symbolic_links.sh | |
parent | 9e8c671e873cfa9f2834a48d4aa0a2170683dcfd (diff) |
a few more git scripts ..
Diffstat (limited to 'git/git-find-symbolic_links.sh')
-rwxr-xr-x | git/git-find-symbolic_links.sh | 3 |
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}' |