#!/usr/bin/perl -w

use strict;

while (1) {
    sleep (600);
    system "rm -rf /tmp/rand*";
    system "rm -rf ~/.open64-bugs";
}
