aboutsummaryrefslogtreecommitdiff
path: root/bin/find-broken-symlinks
Commit message (Collapse)AuthorAgeFilesLines
* It's been 2021 for quite a while nowMiquel Sabaté Solà2021-01-221-1/+1
| | | | Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
* bin: added find-broken-symlinksMiquel Sabaté Solà2020-08-031-0/+103
This simple script checks for unexpectedly broken symlinks in a given directory ($HOME by default). This is useful because, as I've sadly detected, I had some relevant files that were not actually symlinked and some things utterly failed. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>