X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/cdd2aa65ee027cf62e7be13e10f33fe8549d9dc2..ce5b43c2d7fc687e9877da8b9eb5851a1f1601ee:/bin/socheck diff --git a/bin/socheck b/bin/socheck index ef724e9..634ed4d 100755 --- a/bin/socheck +++ b/bin/socheck @@ -2,10 +2,9 @@ sudo -v -files=$(find /usr/bin /extra/usr/bin -maxdepth 1 -type f) -libs=$(find /usr/lib/*.so* /extra/usr/lib/*.so* -maxdepth 1 -type f) +files=$(find /usr/bin -maxdepth 1 -type f) +libs=$(find /usr/lib/*.so* -maxdepth 1 -type f) -clear echo "Searching broken binaries...." for binary in $files ; do