144
205
/* exec (replace this process with the a new instance of the target
145
206
* program). Pass along all the arguments.
146
207
* Note that for script execution, the "program" will be the interpreter,
147
208
* and the first argument will be the script. */
150
212
/* nb exec won't return unless there was an error */
151
213
perror("could not exec");