]> git.rmz.io Git - dotfiles.git/commitdiff
don't clear the terminal
authorSamir Benmendil <samir.benmendil@gmail.com>
Sat, 4 Jan 2014 02:26:27 +0000 (03:26 +0100)
committerSamir Benmendil <samir.benmendil@gmail.com>
Sat, 4 Jan 2014 02:26:27 +0000 (03:26 +0100)
bin/socheck

index ef724e95f7677ebcbca68775c4a0ced835e3f390..0995d76fad1affa0accbb84580c4f0c9ca89c36d 100755 (executable)
@@ -5,7 +5,6 @@ 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)
 
-clear
 echo "Searching broken binaries...."
 
 for binary in $files ; do