Skip to content

horventsai/rshell-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSHELL

Liscensing information: READ LICENSE

Project source can be downloaded from https://github.com/lpeng003/rshell.git

Author & Contributor List

Leon Peng

File List

Makefile

LICENSE

README.md

/src

/tests
/src:

rshell.cpp
/tests:
exec.script

After cloning the directory to your local machine:

  1. cd into rshell directory

  2. call make

  3. cd into /bin

  4. call rshell

Bugs

  1. Unable to handle connectors such as: && || ;

  2. Does not handle comments

  3. Command "cd" fails, returns "execvp: no such file or directory"

Packages

No packages published

Languages

  • C++ 100.0%