Slightly nicer code.
This commit is contained in:
parent
1814a2d7b3
commit
214c607529
@ -1,5 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
find lsf.* -amin +11 -print0 -delete
|
||||
clear
|
||||
|
||||
find lsf.* -maxdepth 0 -amin +11 -print0 -delete
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user