IN="$(mktemp --suffix .f90)" OUT="$(mktemp)" cat > "$IN" gfortran -o "$OUT" "$IN" if [ -f $OUT ]; then exec "$OUT" fi