execv_cmd
return execv_cmd(argv);
extern int execv_cmd(const char **argv); /* NULL terminated */
execv_cmd(cmd->argv);