• Commands must be on a single line.
  • Arguments must be separated by whitespace.
  • No quoting arguments or escaping whitespace.
  • Builtins are: cd, help, exit.

Use gcc -o shell src/main.c to compile, and then ./shell to run.