This is the result of the command: Error executing command: Invalid JS object used in shell: [object Object], you might need to call `.toString()` on it This seems to ...
An implementation of a Linux shell using the Linux system calls fork(), execvp(), wait(), and exit(). The input is tokenized using the flex tool and parsed using the yacc parser.