Shebang Line

Shebang line is first line to let's Linux know which one interpreter

  • #!/usr/bin/perl
  • #!/usr/bin/php
  • #!/usr/bin/ruby

Comments