start_command
pid_t start_command(char *cmd, sigset_t *nset, int infd, int outfd, ...);
pid = start_command(shell, &nset,
pid = start_command(value("SHELL"), &nset, fd0, fd1, "-c", cmd, NULL);