summaryrefslogtreecommitdiffstats
path: root/system/execline/slack-desc
diff options
context:
space:
mode:
Diffstat (limited to 'system/execline/slack-desc')
-rw-r--r--system/execline/slack-desc14
1 files changed, 7 insertions, 7 deletions
diff --git a/system/execline/slack-desc b/system/execline/slack-desc
index 87fd38cafa..9d0df0b9fb 100644
--- a/system/execline/slack-desc
+++ b/system/execline/slack-desc
@@ -8,12 +8,12 @@
|-----handy-ruler------------------------------------------------------|
execline: execline (non-interactive scripting language)
execline:
-execline: The execlineb program is meant to be used as an interpreter for a
-execline: text file; the other commands are essentially useful inside an
-execline: execlineb script. execline is as powerful as a shell: it features
-execline: conditional loops, getopt-style option handling, filename globbing,
-execline: and more. Meanwhile, its syntax is far more logic and predictable
-execline: than the shell's syntax, and has no security issues.
+execline: execline is a (non-interactive) scripting language, like sh; but its
+execline: syntax is quite different from a traditional shell syntax. It is as
+execline: powerful as a shell: it features conditional loops, getopt-style
+execline: option handling, filename globbing, and more. Meanwhile, its syntax is
+execline: far more logic and predictable than the shell's syntax, and has no
+execline: security issues.
execline:
-execline: https://skarnet.org/software/execline/
+execline: Homepage: https://skarnet.org/software/execline/
execline: