X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/372ffaa88ce4b60540c81b999d78f1ff187c6690..7df7fe859d85196c5931f5d809edcb2bc4435033:/bin/socheck diff --git a/bin/socheck b/bin/socheck index bd5a855..ef724e9 100755 --- a/bin/socheck +++ b/bin/socheck @@ -2,8 +2,8 @@ sudo -v -files=$(find /usr/bin -maxdepth 1 -type f) -libs=$(find /usr/lib/*.so* -maxdepth 1 -type f) +files=$(find /usr/bin /extra/usr/bin -maxdepth 1 -type f) +libs=$(find /usr/lib/*.so* /extra/usr/lib/*.so* -maxdepth 1 -type f) clear echo "Searching broken binaries...."