summaryrefslogtreecommitdiffstats
path: root/audio/fluid-soundfont/fluidplay
blob: 780ce02d4d050cb788c9049b5754dad089461142 (plain)
1
2
3
4
5
#!/bin/sh

SOUNDFONTS="/usr/share/sounds/sf2/FluidR3_GM.sf2 /usr/share/sounds/sf2/FluidR3_GS.sf2"

exec fluidsynth $SOUNDFONTS "$@"