Added base Pish from slides and fixed Makefile
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#ifndef PISH_H
|
||||
#define PISH_H
|
||||
|
||||
char* getcmd(void);
|
||||
void exec(char* command);
|
||||
void Pish(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user