Skip to content

DoranCals/rshell-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rshell

UCR CS100 hw0

A basic unix command shell with the ability to print a command prompt as well as execute commands.

Bugs

  • Exit does not properly execute when there was an error before it being called.
  • Must be space between || and && connectors in order for commands to execute correctly.

Installation

In order to install this project(from the hammer server):

$ git clone https://github.com/nchun003/rshell.git
$ cd rshell
$ git checkout hw0
$ make
$ bin/rshell

Packages

No packages published

Languages

  • C++ 98.0%
  • Makefile 2.0%