]> git.rmz.io Git - dotfiles.git/blobdiff - bin/socheck
add extra to search path
[dotfiles.git] / bin / socheck
index bd5a85545cd851448e05227fda4aa772a026cfd5..ef724e95f7677ebcbca68775c4a0ced835e3f390 100755 (executable)
@@ -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...."