From 470e0dba95b89c82010e674102fb78559bd04257 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Fri, 30 Dec 2022 15:34:27 +0100 Subject: refactor --- kusanagi/old/dot_i3/mpdscribble.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 kusanagi/old/dot_i3/mpdscribble.sh (limited to 'kusanagi/old/dot_i3/mpdscribble.sh') diff --git a/kusanagi/old/dot_i3/mpdscribble.sh b/kusanagi/old/dot_i3/mpdscribble.sh new file mode 100755 index 0000000..6297ee7 --- /dev/null +++ b/kusanagi/old/dot_i3/mpdscribble.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +pidof mpdscribble >& /dev/null +if [ $? -ne 0 ]; then + mpdscribble & +fi -- cgit v1.2.3