351646d5bd
except when it already exists, of course
4 lines
75 B
Bash
4 lines
75 B
Bash
#!/bin/sh
|
|
exec 2>&1
|
|
[ -r conf ] && . ./conf
|
|
exec minidlnad -S ${OPTS} 2>&1
|