Maybe this is better since it retries in a loop anyways

This commit is contained in:
Quad 2020-09-30 23:38:29 +02:00
parent d0219201c6
commit a6c7e97a59
1 changed files with 1 additions and 3 deletions

4
run.sh
View File

@ -1,9 +1,7 @@
#! /usr/bin/env bash #! /usr/bin/env bash
# Sleep for a while because crap wifi coverage at office so network connection takes ages to come online
sleep 5
while true; do while true; do
sleep 1
git pull git pull
mpv --shuffle --ytdl-format="bestaudio" --playlist=playlist.txt mpv --shuffle --ytdl-format="bestaudio" --playlist=playlist.txt
done done