shell finally working

This commit is contained in:
2023-02-23 22:22:24 -06:00
parent 21736c114b
commit d963d07d65
4 changed files with 58 additions and 34 deletions

View File

@@ -11,7 +11,9 @@
"stdint.h": "c",
"inttypes.h": "c",
"wait.h": "c",
"stdlib.h": "c"
"stdlib.h": "c",
"unistd.h": "c",
"types.h": "c"
}
}
}