radio-bullshit/ultrasync.sh

8 lines
130 B
Bash
Raw Normal View History

2021-06-12 11:08:23 +00:00
#!/bin/bash
while true; do
pip3 install -U youtube_dl
2021-06-15 21:27:04 +00:00
runuser -l zambla -c '/opt/yt_sync.py' || true
2021-06-15 22:38:55 +00:00
sleep 12h
2021-06-12 11:08:23 +00:00
done