Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
themusicgod1
/
tools
Watch
2
Star
1
Fork
1
Files
Issues
13
Pull Requests
0
Wiki
Tree:
3a628c72b8
Branches
Tags
master
tools
/
KILL_ALL_SYMLINKS_RECURSIVELY_HERE
KILL_ALL_SYMLINKS_RECURSIVELY_HERE
60 B
History
Raw
1
2
3
4
5
#!/bin/bash
# find . -lname -delete
find -type l -delete