Guest User

Untitled

a guest
Aug 10th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. | | | | | |
  2. | | | | | +-- Year (range: 1900-3000)
  3. | | | | +---- Day of the Week (range: 1-7, 1 standing for Monday)
  4. | | | +------ Month of the Year (range: 1-12)
  5. | | +-------- Day of the Month (range: 1-31)
  6. | +---------- Hour (range: 0-23)
  7. +------------ Minute (range: 0-59)
  8.  
  9. 00 1 * * 1 * echo "hello!" >> ~/hello
  10.  
  11. 32 15 * * * omx-player -o hdmi /path/to/video.mp4
Add Comment
Please, Sign In to add comment