Have a COBOL Christmas.
What is cool about this is that you can run many compiled programming languages as a script using this shebang:
`///usr/bin/true; exec cobc -xj -fmfcomment "$0" "$@"`
- The target language has to tolerate comments starting with # or /
- The "script" has to be single fileWorks for golang, I haven't tried it for rust.
For gnucobol for it to work, you have to also set a bunch of environment variables because that is how gnucobol rollls.
♡ 2 ↻ 0