radio-bullshit/ultrasync.sh
2021-06-16 00:38:55 +02:00

8 lines
130 B
Bash

#!/bin/bash
while true; do
pip3 install -U youtube_dl
runuser -l zambla -c '/opt/yt_sync.py' || true
sleep 12h
done