aboutsummaryrefslogtreecommitdiff
path: root/lang/execline
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:44:11 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-05-19 10:44:11 +0000
commit4e942b64191e2ef98dce2c5af31047a8640db768 (patch)
tree8c3238b7f0cbec2e9210d52f562960bb22323a7d /lang/execline
parent1d1f878054efdd1171a8cb006e59ad0727610293 (diff)
downloadports-4e942b64191e2ef98dce2c5af31047a8640db768.tar.gz
ports-4e942b64191e2ef98dce2c5af31047a8640db768.zip
Notes
Diffstat (limited to 'lang/execline')
-rw-r--r--lang/execline/pkg-descr14
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/execline/pkg-descr b/lang/execline/pkg-descr
index 523a3867ea12..547a7af0e512 100644
--- a/lang/execline/pkg-descr
+++ b/lang/execline/pkg-descr
@@ -1,12 +1,12 @@
-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
+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.
+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,
+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/