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