[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How can i specify the scripting language used for parsing a script?
From: |
Maarten Billemont |
Subject: |
Re: How can i specify the scripting language used for parsing a script? |
Date: |
Sat, 5 Feb 2011 20:43:52 +0100 |
On 05 Feb 2011, at 17:09, Andreas Schwab wrote:
>
> Maarten Billemont <lhunath@gmail.com> writes:
>
>> The comment is called a hashbang or shebang. It tells the kernel which
>> program to start. Your script is passed over stdin to the interpreter.
>
> No, it isn't, it's passed as the argument.
>
> Andreas.
Of course, otherwise ./myscript < file wouldn't work.