This commit is contained in:
2017-08-25 13:44:24 +02:00
commit fd44eaed3f
10 changed files with 163 additions and 0 deletions

7
main.c Normal file
View File

@@ -0,0 +1,7 @@
#include "src/shell.h"
int main(int argc, char** argv) {
s_loop();
return 0;
}