arx-0.2.2: Archive execution tool.

Safe HaskellNone
LanguageHaskell98

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.

data Var Source

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

class Render t where Source

Methods

render :: t -> Builder Source

class Raw t where Source

Methods

raw :: t -> ByteString Source

Instances