diff --git a/gui/wiper.sh b/gui/wiper.sh index 288e1ae..65f0ce5 100755 --- a/gui/wiper.sh +++ b/gui/wiper.sh @@ -1,7 +1,5 @@ #!/bin/sh -clear - -find lsf.* -maxdepth 0 -amin +11 -print0 -delete +find lsf.* -maxdepth 0 -amin +11 -print -delete 2>&1