6 lines
132 B
Plaintext
6 lines
132 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
SOUNDFONTS="/usr/share/sounds/sf2/FluidR3_GM.sf2 /usr/share/sounds/sf2/FluidR3_GS.sf2"
|
||
|
|
||
|
exec fluidsynth $SOUNDFONTS "$@"
|