Please enable JavaScript in your browser!
Inicio
Explorar
Ayuda
Iniciar sesión
themusicgod1
/
tools
Seguir
2
Destacar
1
Fork
1
Archivos
Incidencias
13
Pull Requests
0
Wiki
Árbol:
52d8850bcd
Ramas
Etiquetas
master
tools
/
KILL_ALL_SYMLINKS_RECURSIVELY_HERE
KILL_ALL_SYMLINKS_RECURSIVELY_HERE
60 B
Histórico
Raw
1
2
3
4
5
#!/bin/bash
# find . -lname -delete
find -type l -delete