adding audacious+rescrobbled wrapper
This commit is contained in:
parent
5f1d3a8355
commit
893d1a57f2
|
@ -0,0 +1,5 @@
|
|||
#!/bin/sh
|
||||
/usr/bin/rescrobbled &
|
||||
/usr/bin/audacious
|
||||
kill -9 $(pgrep -f rescrobbled)
|
||||
exit
|
Loading…
Reference in New Issue