Skip to content

missing shebang for script executionΒ #32

@oclyke

Description

@oclyke

not a need but would be nice to include a shebang at the top of the script. this would enable calling Buzzard like this:

./buzzard.py

instead of like this (as is currently required):

python buzzard.y

the shebang should take the form:

#!/usr/bin/env python3

according to stack overflow

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions