rm -f gfortrantest.f90 cat > gfortrantest.f90 <<EOF program main end EOF gfortran gfortrantest.f90 ./a.out