From 1623adf460ef8361fc04f5681c85e7daeb16ba8a Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Sat, 4 Jan 2014 03:26:27 +0100 Subject: [PATCH] don't clear the terminal --- bin/socheck | 1 - 1 file changed, 1 deletion(-) 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 -- 2.48.1