]> git.rmz.io Git - dotfiles.git/blobdiff - bin/socheck
vim: add GoldenView bundle
[dotfiles.git] / bin / socheck
index bd5a85545cd851448e05227fda4aa772a026cfd5..0995d76fad1affa0accbb84580c4f0c9ca89c36d 100755 (executable)
@@ -2,10 +2,9 @@
 
 sudo -v
 
 
 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...."
 
 for binary in $files ; do
 echo "Searching broken binaries...."
 
 for binary in $files ; do