Re: Emulate(?) the crontab
"Adrian C." <[email protected]>
| Newsgroups | org.kernel.vger.linux-admin |
|---|---|
| Message-ID | <[email protected]> |
Hello, I guess you could run something like this in the background.. #!/bin/bash until false do planet.py geek/fancy/config.ini sleep 900 done exit 0 --Adrian