1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/lang/execline/pkg-descr
Fernando Apesteguía 5a349de225 lang/execline: update to 2.5.0.1
* Change maintainership
* Move DOCS variable to its proper place

PR:	231158
Submitted by:	colin-ports@heliocat.net
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D17223
2018-09-18 18:21:06 +00:00

13 lines
542 B
Plaintext

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: https://www.skarnet.org/software/execline/