Please enable JavaScript in your browser!
Accueil
Explorer
Aide
Connexion
themusicgod1
/
tools
Suivre
2
Voter
1
Fork
1
Fichiers
Tickets
13
Pull Requests
0
Wiki
Aborescence:
52d8850bcd
Branches
Tags
master
tools
/
KILL_ALL_SYMLINKS_RECURSIVELY_HERE
KILL_ALL_SYMLINKS_RECURSIVELY_HERE
60 B
Historique
Raw
1
2
3
4
5
#!/bin/bash
# find . -lname -delete
find -type l -delete