Unverified Commit 5f9e0ea2 by Alexander Popov Committed by GitHub

Use /usr/bin/env in shebangs (#90)

Thanks, @SuperSandro2000 
parents ea885585 f0f405b3
#!/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