7 lines
86 B
Bash
Executable File
7 lines
86 B
Bash
Executable File
#!/bin/bash
|
|
|
|
function main() {
|
|
c++ -s fxwinwrap_exec_bin.cpp -o fxwinwrap
|
|
}
|
|
main;
|