Use /usr/bin/env in shebangs

This is guaranteed to work everything including NixOS
parent ea885585
#!/usr/bin/python3 #!/usr/bin/env python3
# For using the tool without installation via setuptools # For using the tool without installation via setuptools
......
#!/usr/bin/python3 #!/usr/bin/env python3
""" """
This tool is for checking the security hardening options of the Linux kernel. This tool is for checking the security hardening options of the Linux kernel.
......
#!/usr/bin/python3 #!/usr/bin/env python3
""" """
This tool is for checking the security hardening options of the Linux kernel. This tool is for checking the security hardening options of the Linux kernel.
......
#!/usr/bin/python3 #!/usr/bin/env python3
""" """
This tool is for checking the security hardening options of the Linux kernel. This tool is for checking the security hardening options of the Linux kernel.
......
#!/usr/bin/python3 #!/usr/bin/env python3
""" """
This tool is for checking the security hardening options of the Linux kernel. This tool is for checking the security hardening options of the Linux kernel.
......
#!/usr/bin/python3 #!/usr/bin/env python3
from setuptools import setup from setuptools import setup
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment