On Fri, 2 Jan 2004, Amey Gokhale wrote:
below is a script ... which has many lines as comments at the start. still it works.
#test.sh #it doesn;t matter how
[snip]
this works but wonder in such case. ... which shell ll be invoked .... bash or csh?
/bin/sh or the current shell will be used. /bin/sh is generally a symlink to /bin/bash (it *must* be a link to a POSIX compliant shell. csh is not POSIX compliant)