Skip to content

Commit 8cf9c30

Browse files
zelenskiCS107E BOT
authored andcommitted
extension requirements
commit 1145d27bdb71ca55c98b944ef5b4c3cd9c98ed6c Author: Julie Zelenski <[email protected]> Date: Wed Feb 12 21:23:08 2025 -0800 extension requirements
1 parent 333d0f0 commit 8cf9c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assignments/assign5/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ cs107e rocks
601601
602602
- __Bonus command/feature__
603603
604-
The final extension task is to implement a bonus command/feature of your own choosing that customizes the shell to your liking. Perhaps you like to be able to `tab` to auto-complete command names or use environment variables to set and recall values. Our reference shell includes the extra commands `gpio` (control gpio pins), `calc` (simple calculator), `hexdump` (extended peek), `pinout` (display header pinout), `backtrace` (current backtrace), `nm` (print symbol table), and `disassemble` (using the assign3 disassemble extension). We do not have one specific bonus command for everyone to implement; we welcome you to add anything that you would learn something valuable from implementing and would appreciate having in your shell.
604+
The final extension task is to implement one or more bonus commands/features of your own choosing that customizes the shell to your liking. Perhaps you like to be able to `tab` to auto-complete command names or use environment variables to set and recall values. Our reference shell includes the extra commands `gpio` (control gpio pins), `calc` (simple calculator), `hexdump` (extended peek), `pinout` (display header pinout), `backtrace` (current backtrace), `nm` (print symbol table), and `disassemble` (using the assign3 disassemble extension). We do not have one specific bonus command for everyone to implement; we welcome you to add anything that you would learn something valuable from implementing and would appreciate having in your shell.
605605
606606
To submit the completed extension for grading, tag with `assign5-extension`. In your `assign5/README.md`, tells us about all of the editing, history, and bonus features supported by your fancy extended shell so we'll know how to try it out when grading.
607607

0 commit comments

Comments
 (0)