mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
a5e93e7222
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
14 lines
642 B
Text
14 lines
642 B
Text
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 requires skalibs at build time but not at run time.
|
|
|
|
execline installs into /command to match the skarnet.org examples.
|