1
0
Fork 0
dotfiles/bin/cron-help

11 lines
207 B
Plaintext
Raw Normal View History

2017-10-05 11:17:39 +00:00
#!/bin/bash
cat <<EOF
* * * * * Command
| | | | |
| | | | +- Day of the week (0-6)
| | | +--- Month of the Year (1-12)
| | +----- Day of the month (1-31)
| +------- Hour (0-23)
+--------- Minute (0-59)
EOF