#include #include #include int shell_version(struct console *con, size_t argc, const char **argv) { (void)argv; if (argc < 1) return -1; fprintf(con->fp, "hello %s\n", TBM_VERSION); return 0; }