in reply to Run if weekend
It might be relevant how your script is run. A script that is aware of temporal concerns seems like code smell to me. A crontab or other scheduling daemon makes it easy to slot for only weekends, for example, leaving the script to only care about what it is supposed to do, not when it is supposed to do it.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Run if weekend
by BillKSmith (Monsignor) on Jun 14, 2016 at 18:22 UTC | |
by Your Mother (Archbishop) on Jun 14, 2016 at 18:58 UTC | |
by davido (Cardinal) on Jun 15, 2016 at 14:45 UTC | |
|
Re^2: Run if weekend
by FloydATC (Deacon) on Jun 14, 2016 at 19:32 UTC |