Sha256: 5cecf4c85eb32d9c0768edd22b14669fdff4ce9fe0821e561a375488aae42256

Contents?: true

Size: 436 Bytes

Versions: 1

Compression:

Stored size: 436 Bytes

Contents

# ShellUtils

Some common shell utilities.

## sh

Execute the command and return the output. The stderr and stdout are merged together into the output. If it exits with a non-zero status, this method will raise an error.

## sh_with_code

Execute the command and return the output and status code. The stderr and stdout are merged together into the output

## escape

Escapes any number of words and joins them into an escaped string.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
shell-0.0.1 README.md