#include <stdio.h> #include <string.h> #include "shell.h" int main( void ) { // Load files // load_history(); //Run shell run_shell(); return 0; }