dot/scripts/start-mpd

5 lines
202 B
Plaintext
Raw Normal View History

2021-10-09 21:20:41 +00:00
#!/bin/sh
[ ! -s ~/.config/mpd/pid ] && mpd .config/mpd/mpd.conf
2021-12-05 13:44:24 +00:00
[ -s ~/.config/mpd/pid ] && mpdscribble --conf .config/mpdscribble/mpdscribble.conf
2021-10-09 21:20:41 +00:00
[ -s ~/.config/mpd/pid ] && mpd-rpc --no-idle --fork