officemusic/run.sh

8 lines
150 B
Bash
Raw Normal View History

2020-09-30 20:54:28 +00:00
#! /usr/bin/env bash
while true; do
sleep 1
2020-09-30 20:54:28 +00:00
git pull
mpv --shuffle --ytdl-format="bestaudio" --playlist=playlist.txt --term-status-msg=""
2020-09-30 20:54:28 +00:00
done