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
  1. 4 0
      KILL_ALL_SYMLINKS_RECURSIVELY_HERE

+ 4 - 0
KILL_ALL_SYMLINKS_RECURSIVELY_HERE

@@ -0,0 +1,4 @@
+#!/bin/bash
+# find .  -lname -delete 
+find -type l -delete
+