adding audacious+rescrobbled wrapper

This commit is contained in:
Siina Mashek 2023-01-17 16:50:08 +02:00
parent 5f1d3a8355
commit 893d1a57f2

5
apsalar/audacious Executable file
View File

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