radio-bullshit/ultrasync.sh
2021-06-12 13:08:23 +02:00

8 lines
106 B
Bash

#!/bin/bash
while true; do
pip3 install -U youtube_dl --user
/opt/yt_sync.py
sleep 10m
done