| tadd my cron setup - exercise_time - announce workout exercises with notificati… | |
| git clone git://src.adamsgaard.dk/exercise_time | |
| Log | |
| Files | |
| Refs | |
| LICENSE | |
| --- | |
| commit e1f586699623a3db8fb032a59dd1e9264513b68a | |
| parent 6dff1ea28aef7da094202ada1d51dfea8793cf35 | |
| Author: Anders Damsgaard <[email protected]> | |
| Date: Fri, 24 Oct 2014 11:02:55 +0200 | |
| add my cron setup | |
| Diffstat: | |
| M exercise_time.sh | 10 ++++++++++ | |
| 1 file changed, 10 insertions(+), 0 deletions(-) | |
| --- | |
| diff --git a/exercise_time.sh b/exercise_time.sh | |
| t@@ -3,6 +3,16 @@ | |
| # IT'S EXERCISE TIME! | |
| # Requires the `festival` speech synthesizer or a notification daemon. | |
| +### I have the following entries in my user's cron tab (`crontab -e`) | |
| +# # m h dom mon dow command | |
| +# # Even days: Triceps and chest | |
| +# 55 */2 2-30/2 * * DISPLAY=:0 bash ~/code/exercise_time/exercise_time.s… | |
| +# 55 1-23/2 2-30/2 * * DISPLAY=:0 bash ~/code/exercise_time/exercise_time.s… | |
| +# | |
| +# # Odd days: Biceps and legs | |
| +# 55 */2 1-31/2 * * DISPLAY=:0 bash ~/code/exercise_time/exercise_time.s… | |
| +# 55 1-23/2 1-31/2 * * DISPLAY=:0 bash ~/code/exercise_time/exercise_time.s… | |
| + | |
| # Wait time in seconds between sets | |
| WAITSECS=120 | |