freebsd-ports/lang/execline/pkg-descr
Pawel Pekala 6b2e43a232 - Update to version 2.0.2.1 [1]
- Remove Author tag from pkg-descr

PR:		197873 [1]
Submitted by:	Colin Booth <colin@heliocat.net> (maintainer) [1]
2015-02-23 21:39:40 +00:00

12 lines
548 B
Text

execline is a very light non-interactive scripting language,
which is similar to /bin/sh. Simple shell scripts can be
easily rewritten in the execline language, improving performance
and memory usage. execline was designed for use
in embedded systems, but works on most Unix flavors.
execline features conditional loops, getopt-style option handling,
filename globbing, and more. Meanwhile, its syntax
is far more logical and predictable than the shell's syntax,
and has no security issues.
WWW: http://www.skarnet.org/software/execline/