mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +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
5 lines
82 B
Bash
5 lines
82 B
Bash
#!/bin/sh
|
|
repodir=$(cat /mingw/msys/1.0/pwd.txt)
|
|
cd "${repodir}" || exit
|
|
./"${1}"
|