wrapper to track listening on listenbrainz
This commit is contained in:
parent
d49bdfb70c
commit
2802364371
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
/usr/bin/rescrobbled &
|
||||
/usr/bin/spotify
|
||||
kill -9 $(pgrep -f rescrobbled)
|
||||
exit
|
Loading…
Reference in New Issue