Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Custom Unix shell implementation

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages