mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
4e942b6419
Approved by: portmgr blanket
13 lines
541 B
Plaintext
13 lines
541 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: http://www.skarnet.org/software/execline/
|