Run a shell command and return the exit code.
Usage
run(cmd)
cmd: str
The command to run.
int
The exit code of the command.
>>> run("echo hello") 0