8 lines
106 B
Bash
8 lines
106 B
Bash
#!/bin/bash
|
|
|
|
while true; do
|
|
pip3 install -U youtube_dl --user
|
|
/opt/yt_sync.py
|
|
sleep 10m
|
|
done
|