6 lines
64 B
Text
6 lines
64 B
Text
|
#!/bin/sh
|
||
|
|
||
|
cd ~/oeffentlich/audio
|
||
|
mpd --no-daemon ./mpd.conf
|
||
|
|