mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
3f1eef58da
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
5 lines
132 B
Bash
5 lines
132 B
Bash
#!/bin/sh
|
|
|
|
SOUNDFONTS="/usr/share/sounds/sf2/FluidR3_GM.sf2 /usr/share/sounds/sf2/FluidR3_GS.sf2"
|
|
|
|
exec fluidsynth $SOUNDFONTS "$@"
|