# README
exec
Package exec runs external commands. It wraps os.exec to allow using full command string as arguments, and provides functions of providing (stdin, stdout, stderr) channel for (stdin, stdout, stderr) pipe.
Attention, this package is experimental.
This package is imported by crun of go edition
# Functions
Command returns the Cmd struct to execute the command.