#include "spsh.h" /* Entry function */ int main() { /* Show the banner with the warning */ banner(); /* Start looping through commands */ loop(); /* If we get to this point, things should be good */ exit(EXIT_SUCCESS); }