]> git.rmz.io Git - dotfiles.git/blobdiff - bin/socheck
dwb: update github dark
[dotfiles.git] / bin / socheck
index ef724e95f7677ebcbca68775c4a0ced835e3f390..634ed4d6930ea89bc85f447fffc0e7327ba12edf 100755 (executable)
@@ -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