Skip to content

dere7/simple_shell

Repository files navigation

Simple Shell

Simple shell

hsh is simple implementation of a shell in C. It demonistrates the fundamentals of how shell works. Because it is so simple and intended for demonistration it has many limitations. These are:

  • Commands must be on a single line.
  • Arguments must be separated with whitespace.
  • No quoting

Running

gcc *.c -o hsh
./hsh

Authors

Dereje Desta and Noah Chernet

License

This code is in the public domain(unlicensed). So you can run, modify, and distribute without restriction.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages