Imagine someone would akso you following:
A shell script begins with the line
#!/usr/bin/ruby
What is the purpose?
I wonder how to correctly aswer to that question in a short and compact way? Could you just say:
This line represents a so called shebang which gives the operation system the information which interpreter should be used - in this case the ruby interpreter since the file will be a ruby file.
Or would you answer this question in a different way?
Any inout much appreciated, Chris
I have tried to research the answer using google. Then I have tried to come up with an own answer. But stil lI am not sure how to go at best about answering this one.