Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Velin92 authored Jul 15, 2022
1 parent 8548bd5 commit dfe2fd2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ Example: ./WhenWillRun 13:44

And then provide for each line the task scheduling (minute first and then hour) and the name, for the scheduling values the "*" character is a wild card, that means any minute/hour
Examples:
30 1 /bin/run_me_daily
45 * /bin/run_me_hourly
* * /bin/run_me_every_minute
* 19 /bin/run_me_sixty_times
```
30 1 /bin/run_me_daily
45 * /bin/run_me_hourly
* * /bin/run_me_every_minute
* 19 /bin/run_me_sixty_times
```

To conclude the input sequence insert the EOF character (CTRL+D on Mac).
Alternatively, the command can be run by using cat from a file containing the inputs, and then chaining it with a "|" operator on the tool
Expand Down

0 comments on commit dfe2fd2

Please sign in to comment.