summaryrefslogtreecommitdiff
path: root/old/kusanagi/dot_i3/mpdscribble.sh
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2023-01-17 12:45:46 +0100
committerAlex Auvolat <alex@adnab.me>2023-01-17 12:45:46 +0100
commitd47dd5aa3882aea1a8eff4fb9faa4881274559dc (patch)
treeb438c8fb8953b84614c170a5278ae72ece90bb68 /old/kusanagi/dot_i3/mpdscribble.sh
parenteaf6d5b07bcdd9a3eb9bfdac93566b7432e46c37 (diff)
downloaduser-config-d47dd5aa3882aea1a8eff4fb9faa4881274559dc.tar.gz
user-config-d47dd5aa3882aea1a8eff4fb9faa4881274559dc.zip
Unify things and rename things
Diffstat (limited to 'old/kusanagi/dot_i3/mpdscribble.sh')
-rwxr-xr-xold/kusanagi/dot_i3/mpdscribble.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/old/kusanagi/dot_i3/mpdscribble.sh b/old/kusanagi/dot_i3/mpdscribble.sh
new file mode 100755
index 0000000..6297ee7
--- /dev/null
+++ b/old/kusanagi/dot_i3/mpdscribble.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+pidof mpdscribble >& /dev/null
+if [ $? -ne 0 ]; then
+ mpdscribble &
+fi