1
0
mirror of https://github.com/captn3m0/Scripts.git synced 2024-09-27 22:22:53 +00:00
scripts/get-current-track.sh

3 lines
61 B
Bash
Raw Normal View History

current_song="$HOME/.cmus/now-playing.txt"
cat $current_song