# Packages
Package proc implements functions handling UNIX processes.
# Functions
Run executes a command.
RunContext executes a command with context.
WithStdin creates a new context from the existing context and sets stdin value.
# Constants
MaxStderrLen is maximum length of stderr output captured for error message.