wrapper to track listening on listenbrainz
This commit is contained in:
parent
d49bdfb70c
commit
2802364371
1 changed files with 5 additions and 0 deletions
5
apsalar/spotify
Executable file
5
apsalar/spotify
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
/usr/bin/rescrobbled &
|
||||
/usr/bin/spotify
|
||||
kill -9 $(pgrep -f rescrobbled)
|
||||
exit
|
Loading…
Reference in a new issue