63
89
argc = cli_count_args(argv);
65
102
/* We don't yet play nice with whitespace, a getopt implementation should
66
103
* protect "quoted\ destination" as a single argument. Its not our job to
67
104
* look for && || or redirection as the tokenizer should have done that