1
0
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:
Ryan Kes 2019-03-22 16:11:44 +01:00
parent 0a541713fd
commit 51f6286c5c

3
clean-dead-symlinks.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
find ~ -type l -exec test ! -e {} \; -delete