rfc-bibtex
rfc-bibtex copied to clipboard
Windows command-line compatibility
Currently, the tool will fail to run from the command-line in Windows.
This is because the command-line functionality is based on shebangs, which do not work on Windows
#!/usr/bin/env python3
That's not true. You can run the tool from the command line with windows:
C:\> python3 rfc_bibtex
@simsong it's not this, it's the fact that just running rfcbibtex does not work. The executables that get put in the PATH use shebang. A batch file needs to be added.