2018-02-26 11:37:38 -06:00
2016-10-14 20:06:12 -05:00
2016-10-04 11:09:13 -05:00
2016-10-25 00:17:51 -05:00
2018-02-26 11:37:38 -06:00

The amazing harambe shell

  • Written for a homework assigment in OS
  • Has manny issues including a massive memory leak
  • Use only for a general understanding of writing a shell in Linux

Features

  • File io redirect for inputing commands into a file
    • ">, <, >>, <<"
  • Single pipeing
    • "|"
  • Alaising a command to another
    • Alises are stored in .alias.dat file
    • See code for notes on proper syntax in this file
  • Writes a log file and stores entered commands
    • Logs are stored in the file "audit.log"
Description
A simple linux shell written in C
Readme 244 KiB
Languages
C 99.3%
Makefile 0.7%