Tester c'est douter

This commit is contained in:
Aethor
2021-06-12 13:08:23 +02:00
parent 8153232f66
commit 5ccfe26ea0
3 changed files with 11 additions and 4 deletions

7
ultrasync.sh Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
while true; do
pip3 install -U youtube_dl --user
/opt/yt_sync.py
sleep 10m
done