arx-0.2.0: Archive execution tool.

Safe HaskellNone

System.Posix.ARX.Sh

Description

Utilities for working with shell script.

Synopsis

Documentation

data Val Source

Valid shell string values contain any byte but null.

Instances

data Var Source

Valid shell variable names consist of a leading letter or underscore and then any number of letters, underscores or digits.

Instances

class Render t whereSource

Methods

render :: t -> BuilderSource

Instances

class Raw t whereSource

Methods

raw :: t -> ByteStringSource

Instances