5 lines
62 B
Bash
Executable file
5 lines
62 B
Bash
Executable file
#!/bin/sh
|
|
|
|
cd ~/vcs/annex/audio
|
|
mpd --no-daemon ./mpd.conf
|
|
|