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