welcome message

This commit is contained in:
Galen Wolfe-Pauly 2014-04-15 20:28:22 -07:00
parent dc9602844b
commit 2f6e953d03

View File

@ -187,6 +187,9 @@ _main_getopt(c3_i argc, c3_c** argv)
}
}
}
printf("\n");
printf("welcome.\n");
printf("vere: hostname is %s\n", u2_Host.ops_u.nam_c);
if ( argc != (optind + 1) ) {