radio-bullshit/ultrasync.sh

8 lines
125 B
Bash
Raw Permalink Normal View History

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