diff --git a/run.sh b/run.sh index 309379c..a72ae95 100755 --- a/run.sh +++ b/run.sh @@ -1,9 +1,7 @@ #! /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 + sleep 1 git pull mpv --shuffle --ytdl-format="bestaudio" --playlist=playlist.txt done