mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
f150edce03
the last or next time it will be will have to be within a minute and 15 seconds. For most usages, you will want to have the hour and minute set to *. This allows a user to do something how ever many times they want any time during the period it is active. After running through every entry in the crontab, it then exits. Why not cron? You can have cron open opera or the like on a specific display by either switch or enviromental options, but it will always open it. This allows you to open it any time along the point it is active. PR: ports/109120 Submitted by: Zane C. Bowers
14 lines
612 B
Plaintext
14 lines
612 B
Plaintext
This will act on any cronfile it is pointed at. For it to run the command,
|
|
the last or next time it will be will have to be within a minute and 15
|
|
seconds. For most usages, you will want to have the hour and minute set
|
|
to *. This allows a user to do something how ever many times they want any
|
|
time during the period it is active.
|
|
|
|
After running through every entry in the crontab, it then exits.
|
|
|
|
Why not cron?
|
|
|
|
You can have cron open opera or the like on a specific display by either
|
|
switch or enviromental options, but it will always open it. This allows
|
|
you to open it any time along the point it is active.
|