5 lines
120 B
Bash
Executable file
5 lines
120 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# This will keep audio stuff open, so I won't hear any crackling
|
|
# on my speakers.
|
|
fluidsynth -a pulseaudio
|