5 lines
42 B
Bash
Executable file
5 lines
42 B
Bash
Executable file
#!/bin/sh
|
|
|
|
exec 2>&1
|
|
exec mpd --no-daemon
|