Skip to content

This is a shell I made in C++ for my operating systems class.

Notifications You must be signed in to change notification settings

cisphon/ShellProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Example usage for the common "ls" command:

  1. compile the code:

    g++ shell.cpp -o shell 
  2. run the shell:

    ./shell
  3. type the absolute path for the unix command you want to use:

    /bin/ls
  4. You can also put options on the commands like so:

    /bin/ls -l

About

This is a shell I made in C++ for my operating systems class.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages