- [ ] Usage: simple_shell [filename] - [ ] Your shell can take a file as a command line argument - [ ] The file contains all the commands that your shell should run before exiting - [ ] The file should contain one command per line - [ ] In this mode, the shell should not print a prompt and should not read from stdin
Usage: simple_shell [filename]
Your shell can take a file as a command line argument
The file contains all the commands that your shell should run before exiting
The file should contain one command per line
In this mode, the shell should not print a prompt and should not read from stdin