add scrpt to start mpd for me (for me only)
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>
This commit is contained in:
parent
9009f9646d
commit
78df7a5efa
1 changed files with 5 additions and 0 deletions
5
mympd
Executable file
5
mympd
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
cd ~/oeffentlich/audio
|
||||||
|
mpd --no-daemon ./mpd.conf
|
||||||
|
|
Loading…
Reference in a new issue