Please enable JavaScript in your browser!
Home
Esplora
Aiuto
Accedi
themusicgod1
/
tools
Segui
2
Vota
1
Forka
1
File
Problemi
13
Pull Requests
0
Wiki
Albero (Tree):
93293d2cfb
Rami (Branch)
Tag
master
tools
/
KILL_ALL_SYMLINKS_RECURSIVELY_HERE
KILL_ALL_SYMLINKS_RECURSIVELY_HERE
60 B
Cronologia
Originale
1
2
3
4
5
#!/bin/bash
# find . -lname -delete
find -type l -delete