Add a shebang to the commandline script.

This commit is contained in:
Daniel Kraus
2022-03-13 12:21:51 +01:00
parent 8061213e57
commit 499412f61f
3 changed files with 11 additions and 4 deletions

View File

@ -11,7 +11,9 @@ For changes prior to version 6.0.0, please see [`NEWS.old`](news.old).
### New
- Added a `--verbose` (`-v`) option to the command line script.
- Added a `--verbose` (`-v`) option to the commandline script.
- Added a 'shebang' line to the commandline script so that it can be invoked
directly.
### Fixed