Slightly nicer code.

This commit is contained in:
Cas Cremers 2011-01-25 17:32:19 +01:00
parent 1814a2d7b3
commit 214c607529

View File

@ -1,5 +1,7 @@
#!/bin/sh #!/bin/sh
find lsf.* -amin +11 -print0 -delete clear
find lsf.* -maxdepth 0 -amin +11 -print0 -delete