What the #! shebang really does
What exactly happens when we run a file starting with #! (aka shebang), and why some people use #!/usr/bin/env bash.
How the #! works
The #! shebang is used to tell the kernel which interpreter should be used to run the commands present in the file.
...
meleu.hashnode.dev8 min read