#include "./scellutils/shell_utils/shell_utils.h"
#include "./scellutils/shell_commands/shell_commands.h"

int main(int argc, char** argv) {{
    {handle_arguments}

    /* Loop that continuosly listens for shell commands */
    sh_loop();

    return 0;
}}