diff options
Diffstat (limited to 'lang/execline/pkg-descr')
-rw-r--r-- | lang/execline/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lang/execline/pkg-descr b/lang/execline/pkg-descr new file mode 100644 index 000000000000..1aff1e188fec --- /dev/null +++ b/lang/execline/pkg-descr @@ -0,0 +1,13 @@ +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. + +Author: Laurent G. Bercot <ska-skaware@skarnet.org> +WWW: http://www.skarnet.org/software/execline/ |