mirror of
https://git.davidovski.xyz/dot.git
synced 2024-08-15 00:43:28 +00:00
3 lines
118 B
Bash
Executable file
3 lines
118 B
Bash
Executable file
#!/bin/sh
|
|
[ ! -s ~/.config/mpd/pid ] && mpd .config/mpd/mpd.conf
|
|
[ -s ~/.config/mpd/pid ] && mpd-rpc --no-idle --fork
|