6 lines
89 B
Plaintext
6 lines
89 B
Plaintext
|
#!/bin/sh
|
||
|
/usr/bin/rescrobbled &
|
||
|
/usr/bin/audacious
|
||
|
kill -9 $(pgrep -f rescrobbled)
|
||
|
exit
|