Skip to content
/ shell Public

Primitive shell implementation with built-in commands

License

Notifications You must be signed in to change notification settings

lasjdhu/shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shell

A simple shell implementation with built-in commands.

Preview

Example

Usage

Run shell executable that contains cargo run

./shell

Features

  • Run commands available in your $PATH
  • Built-in commands:
    • exit – Close the shell
    • type – Display information about a command
    • cd – Change the current directory
    • pwd – Print the current directory
    • echo – Print arguments to the terminal

About

Primitive shell implementation with built-in commands

Topics

Resources

License

Stars

Watchers

Forks