scripts and tools I make for myself to help my fitness goals
- Shell 100%
workout.sh > beginner workout plan based on the current day of the week README.md > empty readme file readme: updated |
||
|---|---|---|
| README.md | ||
| workout.sh | ||
Fitness scripts
For my own fitness goals
workout.sh
prints the current days workout plan on stdout based on the bioneers beginner workout on the supermover
run on terminal with
chmod +x workout.sh #chmod changes the permission of the file to run it as executable
./workout.sh #run the bash script as executable
this should then provide the current days workout.