aboutsummaryrefslogtreecommitdiffstats
path: root/rmlinks.sh
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-12-13 00:43:17 +0100
committerHarald Welte <laforge@gnumonks.org>2017-12-13 00:43:39 +0100
commit3f2ff30ab6802c582d6d5730f9592a24a8e52e43 (patch)
tree67f3bc6e993c0228d7f94c5b0854ee327b13b61c /rmlinks.sh
parentf6f78461f611367432ab3095e90237a86820735d (diff)
add missing 'rmkinks.sh script
Diffstat (limited to 'rmlinks.sh')
-rwxr-xr-xrmlinks.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/rmlinks.sh b/rmlinks.sh
new file mode 100755
index 00000000..58ca6f38
--- /dev/null
+++ b/rmlinks.sh
@@ -0,0 +1,2 @@
+#!/bin/sh
+find . -type l -exec rm \{\} \;