Tagged Questions
4
votes
2answers
3k views
/usr/bin/env questions regarding shebang line pecularities
Questions:
What does the kernel do if you stick a shell-script into the shebang line?
How does the Kernel know which interpreter to launch?
Explanation:
I recently wanted to write a wrapper ...