radio-bullshit/ultrasync.sh

8 lines
122 B
Bash

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