Like any other piece of software (and information generally), execline comes with NO WARRANTY.
Starting with release 1.1.0, execline is available under the terms of the ISC license, see the included package/COPYING file.
Depending on the way you compile and link execline:
execline is best used with the slashpackage convention, but it is not a hard requirement.
mkdir -p /package chmod 1755 /package cd /package(If you are not following the slashpackage convention, you can use any temporary build directory instead.)
tar -zxpvf execline-1.2.4.tar.gz # if you do not have GNU tar, check with your gunzip and tar manual pages. rm execline-1.2.4.tar.gz cd admin/execline-1.2.4
make sudo make installThe compilation and installation processes are detailed here.
make clean