4 lines
100 B
Bash
4 lines
100 B
Bash
#!/bin/sh
|
|
[ -r conf ] && . ./conf
|
|
exec fluidsynth -is -a $AUDIO_DRIVER $OTHER_OPTS $SOUND_FONT 2>&1
|