Cleanup skel

This commit is contained in:
David Tomaschik
2026-02-09 23:11:54 -08:00
parent ff0a7d150d
commit f4e3447eb7
5 changed files with 108 additions and 46 deletions

View File

@@ -22,10 +22,10 @@ prune-broken-symlinks() {
echo ${FILES}
echo -n 'Delete these links? [y/n] '
if read -q ; then
${FINDCMD} -print0 | xargs -r -0 rm
${FINDCMD} -exec rm {} +
fi
echo
else
${FINDCMD} -print0 | xargs -r -0 rm
${FINDCMD} -exec rm {} +
fi
}