https://github.com/beliavsky/fortran-windows-cmd-scripts
Windows CMD scripts for Fortran programmers
https://github.com/beliavsky/fortran-windows-cmd-scripts
batch-script cmd fortran windows windows-cmd
Last synced: 3 months ago
JSON representation
Windows CMD scripts for Fortran programmers
- Host: GitHub
- URL: https://github.com/beliavsky/fortran-windows-cmd-scripts
- Owner: Beliavsky
- Created: 2025-01-29T16:42:14.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-16T14:53:04.000Z (3 months ago)
- Last Synced: 2025-03-16T15:48:38.666Z (3 months ago)
- Topics: batch-script, cmd, fortran, windows, windows-cmd
- Language: Batchfile
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fortran-Windows-CMD-scripts
Windows CMD scripts for Fortran programmers`gfl.bat` compiles the most recently modified `*.f90` file in the current directory
`grun.bat` creates an executable by compiling the most recently modified `*.f90` file in the current directory and runs it