Language

Package: execline @ 2.8.0.1

Synopsis

Non-interactive shell-like language with minimal overhead

Description

Execline is a (non-interactive) scripting language, separated into a parser (execlineb) and a set of commands meant to execute one another in a chain-execution fashion, storing the whole script in the argument array. It features conditional loops, getopt-style option handling, file name globbing, redirection and other shell concepts, expressed as discrete commands rather than in special syntax, minimizing runtime footprint and complexity.

Home page
https://skarnet.org/software/execline/
Location
gnu/packages/skarnet.scm (line: 63, column: 2)
License

Lint warnings

LinterMessageLocation
wrapper-inputs

Make sure 'wrap-program' can finds its interpreter.

"bash-minimal" should be in 'inputs' when 'wrap-program' is used