summaryrefslogtreecommitdiff
path: root/kusanagi/dot_i3/mpdscribble.sh
blob: 6297ee71c5bbaa20836b5d1771a12563b3cc54f6 (plain) (blame)
1
2
3
4
5
6
#!/bin/sh

pidof mpdscribble >& /dev/null
if [ $? -ne 0 ]; then
 mpdscribble &
fi