Loading repository data…
Loading repository data…
JulianArmour / repository
A minimal shell-like program
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This api syntax for running programs is taken straight from the assignment handout, but I thought I'd explicitly write it out just in case.
My tiny shell takes in the path to the user-created FIFO when the program is initially launched.
$ tshell .../FIFOfile
The syntax for running the two piped programs for my tiny shell is as follows:
>>> .../program1 <args1> | .../program2 <args2>
e.g. >>> echo "Hello world!" | wc