local-bin/apsalar/audacious

6 lines
89 B
Plaintext
Raw Normal View History

2023-01-17 16:50:08 +02:00
#!/bin/sh
/usr/bin/rescrobbled &
/usr/bin/audacious
kill -9 $(pgrep -f rescrobbled)
exit