You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My own (very small and limited) C implementation of a shell.
The shell can handle a few built in commands: ls, cd and status and input and output redirection to a given file stream.
About
My mini C implementation of a shell, that can handle a few built in commands