#include int main() { printf("about to run\n"); execlp("shower", "shower", "one", "two", "three four", NULL); printf("done\n"); return 0; }