NAME

exe - execute command in #! line, top of script file

SYNOPSIS

exe COMMAND [OPTION]...

DESCRIPTION

Sometimes I see following scripts.

#! /usr/local/bin/perl

or

#! /usr/bin/gawk -f

When you use multi-plathome env. or you don't know where is the command, this

method is inconveniently and often rewriting is needed. This program solves

this problem. You can write following scripts.

#! /bin/exe perl

or

#! /bin/exe gawk -f

The command found by the command search path is executed as input from the keyboard.

AUTHOR

Written by Shigeru Makino.

REPORTING BUGS

Report bugs to <>

COPYRIGHT

Copyright (C) 2006

This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Download & Install

Here is tar ball. Please download and make; make install.