/** * \file * \brief shelly - a shell process */ #include #include #include int main(int argc, char *argv[]) { debug_printf("welcome to shelly!\n"); }