mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-05-07 18:36:09 +08:00

This makes them pass shellcheck. Except for a few unused export warnings. I also wonder if the majority of these files should be in the root of the project, or should be moved to "build-scripts" (or should still even exist). a few minor changes one more minor changes
3 lines
82 B
Bash
Executable File
3 lines
82 B
Bash
Executable File
#!/usr/bin/env bash
|
|
mikmod -o 16s -f 48000 -hq -p 0 -d wav,file="${1}.wav" "${1}"
|