From 8942c9cbfa0ef258f91be3fb838b486d1a4a6542 Mon Sep 17 00:00:00 2001 From: mmaster Date: Sun, 23 Aug 2020 18:19:57 +0200 Subject: [PATCH] crontab for Raspberry Pi --- crontab | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 crontab diff --git a/crontab b/crontab new file mode 100644 index 0000000..48f520d --- /dev/null +++ b/crontab @@ -0,0 +1,4 @@ +# user: pi + +*/15 * * * * /home/pi/RandomVideo/RandomVideo.sh cron +@reboot /home/pi/RandomVideo/buzzer.sh & \ No newline at end of file