execline
Software
www.skarnet.org
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.
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.1.tar.gz
# if you do not have GNU tar, check with your gunzip and tar manual pages.
rm execline-1.2.1.tar.gz
cd admin/execline-1.2.1
make
sudo make install
The compilation and installation processes are detailed
here.
make clean