Initial code commit

This commit is contained in:
Pin
2022-03-22 09:32:08 -04:00
parent 0a6f36e4ea
commit aa0528664c
5 changed files with 412 additions and 0 deletions

4
msh.h Normal file
View File

@@ -0,0 +1,4 @@
int builtinExit(char **args);
int builtinAuthor(char **args);
int builtinCD(char **dir);
int builtinNMN(char **args);