wrapper to track listening on listenbrainz

This commit is contained in:
Siina Mashek 2023-03-11 22:11:36 +02:00
parent d49bdfb70c
commit 2802364371

5
apsalar/spotify Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
/usr/bin/rescrobbled &
/usr/bin/spotify
kill -9 $(pgrep -f rescrobbled)
exit