diff options
author | Roland Reichwein <mail@reichwein.it> | 2025-01-19 16:22:55 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2025-01-19 16:22:55 +0100 |
commit | 926be3b8db12d9105a49f8a9a5f695f12d7aea12 (patch) | |
tree | ae6dd7c14e880833790f68e525e9ca0fd03f4ea0 /midiplay | |
parent | 321eaa65109a6ab18344901dfc4dd8cc4b82367d (diff) |
Debian package
Diffstat (limited to 'midiplay')
-rwxr-xr-x | midiplay | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/midiplay b/midiplay new file mode 100755 index 0000000..4da7dda --- /dev/null +++ b/midiplay @@ -0,0 +1,3 @@ +#!/bin/bash + +spawn-fcgi -a 127.0.0.1 -p 9090 -n -- /usr/bin/midiplay-fcgi |