mirror of
https://github.com/moby/moby.git
synced 2026-07-07 15:18:41 +00:00
The `execCmd()` utility was a basic wrapper around `exec.Command()`. Inlining it makes the code more transparent. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>