mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 13:35:30 +00:00
5 lines
85 B
Bash
Executable File
5 lines
85 B
Bash
Executable File
#!/bin/bash
|
|
|
|
eval $($(dirname $0)/sp eval)
|
|
echo ${SPOTIFY_ARTIST} - ${SPOTIFY_TITLE}
|