radio-bullshit/ultrasync.sh

8 lines
106 B
Bash
Raw Normal View History

2021-06-12 11:08:23 +00:00
#!/bin/bash
while true; do
pip3 install -U youtube_dl --user
/opt/yt_sync.py
sleep 10m
done