Sha256: 31a964d3c8fae0dd6cc98d2162231d9b06dc583f86859b30bc08e6e313323201
Contents?: true
Size: 436 Bytes
Versions: 2
Compression:
Stored size: 436 Bytes
Contents
# ShellTools 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
shell_tools-0.1.2 | README.md |
shell_tools-0.1.0 | README.md |