aboutsummaryrefslogtreecommitdiffstats
path: root/rmlinks.sh
blob: cd04866de35032be725468b13eacb6cf96e4cdeb (plain)
1
2
#!/bin/sh
find . -type l -not -path "./bin/*" -exec rm \{\} \;