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