Update README.md

This commit is contained in:
aouvrard 2018-06-24 23:24:30 +02:00 committed by GitHub
parent 2aa2c0cd58
commit de3086bbcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,4 +52,8 @@ pi@raspberrypi:~ $ crontab -e
``` ```
```bash ```bash
@reboot sh /home/pi/autoplay.sh & @reboot sh /home/pi/autoplay.sh &
# France Inter tout les matins a 8h
00 08 * * * mpc play 1
# Sing-Sing le soir à 19h
10 19 * * * mpc play 2
``` ```