crun 1.0 beta - Light weight, easy to use, simpler cron like tool.
I'm very happy to announce my first real contribution to the FOSS world. I make available the intial version of crun through Google Code.
crun is a light weight, easy to use, simple tool which does the similer job as cron. 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 thoes executions. For ex. let say you wants to run netstat -na command 20 times with in time interval of 1 second. Then you can use crun.
crun 20 1 netstat -na
Mind you that the project is in still beta phase. So if you find out any bug or need a new feature, please report them on koolkit bugs.
This software is made available trough koolkit. koolkit will be the unbrella name for the unix command line tools that I'm going to make publish in the near future. This blog will be the offical blog of koolkit.
More information about crun:










0 comments:
Post a Comment