This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this to the end of kernel/test/kshell/kshell.c and declare it in the associated .h | |
int kshell_test(kshell_t *ksh,char *command) | |
{ | |
char *args[10]; | |
int argc = 0; | |
char redirect_in[MAXPATHLEN]; | |
char redirect_out[MAXPATHLEN]; | |
int append; | |
redirect_in[0] = redirect_out[0] = '\0'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Positive | |
Assist -> Goal | |
Drawn Ejection -> Goal | |
Drawn Ejection -> Assist -> Goal | |
Steal -> Goal | |
Negative | |
Ejection -> Goal | |
Turnover -> Goal |