add missing 'rmkinks.sh script

Change-Id: I0f87b2c9755881ea7ba019faa74cb1bfaca88546
This commit is contained in:
Harald Welte 2017-12-13 00:43:17 +01:00
parent f6f78461f6
commit 3f2ff30ab6
1 changed files with 2 additions and 0 deletions

2
rmlinks.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
find . -type l -exec rm \{\} \;