@hackage bash0.1.5
Bash generation library.
Installation
Dependencies (8)
- SHA >=1.4.1.3
- base <4
- binary >=0.5.0.2
- bytestring >=0.9
- containers
- hxt-regex-xmlschema >=9.0.0 Show all…
Dependents (1)
@hackage/acme-everything
Package Flags
split-base(on by default)
Language.Bash allows for high-level, safe construction of a subset of valid Bash scripts. Escaping, nesting and composition of script statements and expressions is handled automatically.
Please read tests.bash to see some examples, along with their output.