c_cross_pack/examples/comp_run_win.sh

12 lines
177 B
Bash
Raw Permalink Normal View History

2025-02-11 07:16:05 +00:00
echo -n "File: "
read file
while true
do
clear && x86_64-w64-mingw32-gcc $file && wine a.exe
echo "----------------"
echo "Programm ended."
echo "----------------"
read _
done