mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
added script to cleanup dead symlinks
This commit is contained in:
parent
0a541713fd
commit
51f6286c5c
3
clean-dead-symlinks.sh
Executable file
3
clean-dead-symlinks.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
find ~ -type l -exec test ! -e {} \; -delete
|
Loading…
Reference in New Issue
Block a user