Removed submodules

This commit is contained in:
2026-05-31 14:34:00 -04:00
commit 46c36b11da
352 changed files with 14792 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
Answer the following questions to describe your code submission. Please keep
all lines to a maximum of 80 characters wide.
1 - From the main() function, how did you distinguish if the shell was using
a script or an interactive prompt?
If the -b flag was passed we read in whatever file was passed, printing
an error message if the input file was invalid. Otherwise, use stdin.
2 - How does the quit command exit the shell?
It calls exit(0)