From 893d1a57f2431db73c091143079469f4388c77aa Mon Sep 17 00:00:00 2001 From: Siina Mashek Date: Tue, 17 Jan 2023 16:50:08 +0200 Subject: [PATCH] adding audacious+rescrobbled wrapper --- apsalar/audacious | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 apsalar/audacious diff --git a/apsalar/audacious b/apsalar/audacious new file mode 100755 index 0000000..b95250d --- /dev/null +++ b/apsalar/audacious @@ -0,0 +1,5 @@ +#!/bin/sh +/usr/bin/rescrobbled & +/usr/bin/audacious +kill -9 $(pgrep -f rescrobbled) +exit