Skip to content

Commit

Permalink
Clarify how the script works
Browse files Browse the repository at this point in the history
  • Loading branch information
kljensen committed May 20, 2013
1 parent c6ff6e2 commit e1a70ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ The workout from that manuscript is the default for this script.
### How it works

The shell script loops through list of exercises (potentially user-supplied)
and announces each one using the [`say` command](http://www.unix.com/man-page/osx/1/SAY/).
and announces each one verbally
(literaly, over your speakers)
using the [`say` command](http://www.unix.com/man-page/osx/1/SAY/).
The script sleeps between exercises using the
[`sleep` command](http://www.unix.com/man-page/osx/1/sleep/).

Expand Down

0 comments on commit e1a70ee

Please sign in to comment.