Closed fvgs closed 8 years ago
Someone reading this guide is likely to encounter the #!/usr/bin/env notation at some point, so I added a brief mention of the notation, what it does, and why it is often used.
#!/usr/bin/env
Excelent idea! I've already had to explain the difference in #55.
:tada: :sparkles: :+1: :smile:
Thanks for the feedback, I fixed the two links. :ok_hand::smile:
:+1:
Published as v2.2.0.
v2.2.0
Someone reading this guide is likely to encounter the
#!/usr/bin/env
notation at some point, so I added a brief mention of the notation, what it does, and why it is often used.