2 Commits 54c18a8141 ... 52d8850bcd

Autore SHA1 Messaggio Data
  Jeff Cliff 52d8850bcd Merge https://notabug.org/themusicgod1/tools 1 settimana fa
  Jeff Cliff 11480635bf careful with this one 1 settimana fa
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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
+