Crun is a lightweight, easy to use, simpler cron like tool. But it doesn't run like a daemon. It is available for UNIX like operating systems such as Linux and BSD. This tool it written in C.
It would come handy when you need execute certain commad over and over again with several time interval inbetween them. For ex. let's say you want to run netstat -na command 20 times with in time interval of 1 second. Then you can use crun. crun 20 1 netstat -na.
Usage: crun < No of Times > < Time Interval > < Program Namge > [Program Parameters]
Product's homepage
What's New in This Release: [ read full changelog ]
· This version adds minor bugfixes.