Added base Pish from slides and fixed Makefile

This commit is contained in:
2022-10-10 18:55:22 -05:00
parent e314d06c21
commit 31b5a5cbb5
6 changed files with 53 additions and 3 deletions
View File
+8
View File
@@ -0,0 +1,8 @@
#ifndef PISH_H
#define PISH_H
char* getcmd(void);
void exec(char* command);
void Pish(void);
#endif