c_cross_pack/examples/comp_run_lin.sh

12 lines
155 B
Bash
Raw Normal View History

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