Skip to content

doubleplusplus/shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shell interpreter

Customized Shell command line interface written in Python and C

Python shell

  1. In terminal, navigate to project folder, input python3 shell.py to start shell.
  2. Type in any shell commands after the prompt to test the program.

C shell

  1. Compile shell.c, a file named a.out will be produced
  2. chmod -x a.out to give the file permission to execute
  3. ./a.out to run C shell
  4. Test any shell commands

Reference:

About

customized Shell in Python and C

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published