mirror of
https://git.davidovski.xyz/dot.git
synced 2026-06-15 01:56:43 +00:00
4 lines
167 B
Bash
Executable file
4 lines
167 B
Bash
Executable file
#!/bin/sh
|
|
pidof mpd || mpd .config/mpd/mpd.conf
|
|
pidof mpdscribble || mpdscribble --conf .config/mpdscribble/mpdscribble.conf
|
|
pidof mpd-rpc || mpd-rpc --no-idle --fork
|