a b c d e f g h i j k l m n o p q r s t u v w x y z
Description: small and non-interactive scripting language
Execline is a (non-interactive) scripting language, like sh; but its
syntax is quite different from a traditional shell syntax. The execlineb
program is meant to be used as an interpreter for a text file; the other
commands are essentially useful inside an execlineb script.
.
Execline is as powerful as a shell: it features conditional loops,
getopt-style option handling, filename globbing, and more. Meanwhile, its
syntax is far more logic and predictable than the shell's syntax, and has
no security issues.
.
Execline binaries are installed in /usr/lib/execline/bin, please add it to
PATH before using them.
Description: small and non-interactive scripting language
Execline is a (non-interactive) scripting language, like sh; but its
syntax is quite different from a traditional shell syntax. The execlineb
program is meant to be used as an interpreter for a text file; the other
commands are essentially useful inside an execlineb script.
.
Execline is as powerful as a shell: it features conditional loops,
getopt-style option handling, filename globbing, and more. Meanwhile, its
syntax is far more logic and predictable than the shell's syntax, and has
no security issues.
.
Documentation is provided in execline-doc package.
.
Binaries are installed in /usr/lib/execline/bin. Use the /usr/bin/execlineb
wrapper or add /usr/lib/execline/bin to PATH.
--- 262412 Thu Jan 1 00:00:00 1970
+++ 283213 Thu Jan 1 00:00:00 1970
@@ -9,5 +9,7 @@
syntax is far more logic and predictable than the shell's syntax, and has
no security issues.
.
- Execline binaries are installed in /usr/lib/execline/bin, please add it to
+ Documentation is provided in execline-doc package.
- PATH before using them.
+ .
+ Binaries are installed in /usr/lib/execline/bin. Use the /usr/bin/execlineb
+ wrapper or add /usr/lib/execline/bin to PATH.