# Functions
Exec 执行 shell 命令.
Execf 安全执行 shell 命令.
ExecfAsync 异步执行 shell 命令.
ExecfWithDir 在指定目录下执行 shell 命令.
ExecfWithOutput 执行 shell 命令并输出到终端.
ExecfWithPipe 执行 shell 命令并返回管道.
ExecfWithTimeout 执行 shell 命令并设置超时时间.
ExecfWithTTY 在伪终端下执行 shell 命令.