Comment 23 for bug 986841

Revision history for this message
Joseph Borg (joeborg) wrote :

Rather than sleep, why don't you just cron the clean up to run every minute?

Like:

* * * * * ~/myStuff/myCleanUpProgram

Then it'll be out of sight!