miscset.sh

Shell subprocesses.

Features an ANSI shell colors and an extended wrapper for the subprocess.run() method.

Classes

AnsiColor()

A selection of shell ansi color strings.

Functions

print_colored(text, color[, reset])

Print text to a console with ansi coloring.

run(cmd[, remote, user, piped, env])

Run a (series of) shell command(s) as user at a host.