Georgios Balaouras
← Back to projects Bash-ic Shell

Bash-ic Shell

May 2018

A custom Unix shell implementation in C with the following features:

  • Built-in commands: cd, help, and quit
  • External commands: Run any command using @function_name @arguments
  • Input/Output redirection: Support for > and < operators
  • Two modes: Interactive (no arguments) and Batch (file as argument)

More details on GitHub.

BaseLayout>