local-bin/apsalar/spotify

6 lines
87 B
Bash
Executable File

#!/bin/sh
/usr/bin/rescrobbled &
/usr/bin/spotify
kill -9 $(pgrep -f rescrobbled)
exit