7 lines
88 B
Bash
Executable File
7 lines
88 B
Bash
Executable File
#!/bin/bash
|
|
|
|
pushd "$(dirname "$0")/.."
|
|
mingw
|
|
scripts/make_common.sh ${1} "${2}" 1
|
|
popd
|