5 lines
89 B
Bash
Executable file
5 lines
89 B
Bash
Executable file
#!/bin/sh
|
|
/usr/bin/rescrobbled &
|
|
/usr/bin/audacious
|
|
kill -9 $(pgrep -f rescrobbled)
|
|
exit
|