From 214c6075293b7a64e20bacf4d7b960ed50deb2bd Mon Sep 17 00:00:00 2001 From: Cas Cremers Date: Tue, 25 Jan 2011 17:32:19 +0100 Subject: [PATCH] Slightly nicer code. --- gui/wiper.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gui/wiper.sh b/gui/wiper.sh index 1a61715..288e1ae 100755 --- a/gui/wiper.sh +++ b/gui/wiper.sh @@ -1,5 +1,7 @@ #!/bin/sh -find lsf.* -amin +11 -print0 -delete +clear + +find lsf.* -maxdepth 0 -amin +11 -print0 -delete