12 lines
177 B
Bash
12 lines
177 B
Bash
|
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
|