Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
themusicgod1
/
tools
Segui
2
Vota
1
Forka
1
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
Visualizzazione separata
Mostra Diff Stats
4
0
KILL_ALL_SYMLINKS_RECURSIVELY_HERE
+ 4
- 0
KILL_ALL_SYMLINKS_RECURSIVELY_HERE
Vedi File
@@ -0,0 +1,4 @@
+#!/bin/bash
+# find . -lname -delete
+find -type l -delete
+