Zerocopter / J2J

Small utility to convert certain Java serialized objects into JSON
BSD 2-Clause "Simplified" License
9 stars 2 forks source link

Python script misses shebang line. #1

Closed dreirund closed 1 year ago

dreirund commented 1 year ago

Ahoj,

I am creating ↗ an Arch Linux package from this.

In the README.md you write for usage information

Usuage: J2J.py <filename>

But for this to work J2J.py misses a proper shebang line, so that the operating system knows that it has to use the python interpreter for the file. (By default, if executed from the shell, it would treat the script as a shell script and not as a python script.)

Please add a proper shebang line (e.g. #!/usr/bin/env python3) as first line of the script.

Regards!

Staatsgeheim commented 1 year ago

Ahoj!

That awesome! I've fixed the shebang line!

Thanks for your report!

Kind regards Maarten Boone