Skip to content

air4den/jsh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Jsh - Josh Shell!

I built Jsh, a simple shell to up my C skills and learn more operating systems concepts! I followed Stephen Brennan's article from his great blog.

jsh

Build & Run

make run OR make build to build and ./jsh to run.

Features

Shell Functions

  • cd - change current working directory
  • help - gives info about Jsh
  • wtgw - THWg
  • exit

History

I used the GNU Readline Library to add command history to Jsh. Use the up and down arrow keys to cycle through the command history. This also inclueds autocomplete for filename with commands like ld.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors