Skip to content

mehedirm6244/jash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JASH stands for "Just Another SHell". Through this project, I'm supposed to learn some of the basics of the C language.

Preview

Features

  • Multi line input using ''
  • Multiple commands in a single input seperated by ';'
  • Command history
  • And many more upcoming!

Try JASH

Cloning and compilation:

git clone github.com/mehedirm6244/jash
cd jash
mkdir build && cd build
cmake ..
cmake --build . 

Executing JASH:

The binary file is created as jash/build/jash. Assuming that your current working directory is jash/build, you can execute JASH by typing:

./jash

About

jash stands for "Just Another SHell"

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published