executing shell script without calling sh implicitly

Posted by ShoX on Stack Overflow See other posts from Stack Overflow or by ShoX
Published on 2010-06-08T16:49:18Z Indexed on 2010/06/08 16:52 UTC
Read the original article Hit count: 184

Filed under:
|

Hi,

I was wondering if it is possible to make a "link" in usr/bin (i.e.) that leads to a shell-script.

But I want just to write

% shellscript

instead of

% sh shellscript.sh

kinda like an alias.

Is this possible?

© Stack Overflow or respective owner

Related posts about shell

Related posts about alias