Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
themusicgod1
/
tools
Watch
2
Star
1
Fork
1
2 Commits
54c18a8141
...
52d8850bcd
Author
SHA1
Message
Date
Jeff Cliff
52d8850bcd
Merge https://notabug.org/themusicgod1/tools
2 months ago
Jeff Cliff
11480635bf
careful with this one
2 months ago
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
KILL_ALL_SYMLINKS_RECURSIVELY_HERE
+ 4
- 0
KILL_ALL_SYMLINKS_RECURSIVELY_HERE
View File
@@ -0,0 +1,4 @@
+#!/bin/bash
+# find . -lname -delete
+find -type l -delete
+