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
This is an implementation of a linux shell. It runs a tight loop and waits for the user's input.
It then forks and execs the command.
There is no kill switch yet.
Ctrl+C to kill the program.