From: Samir Benmendil Date: Sat, 4 Jan 2014 02:26:27 +0000 (+0100) Subject: don't clear the terminal X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/1623adf460ef8361fc04f5681c85e7daeb16ba8a?ds=sidebyside don't clear the terminal --- diff --git a/bin/socheck b/bin/socheck index ef724e9..0995d76 100755 --- a/bin/socheck +++ b/bin/socheck @@ -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