Skip to content

Releases: aim97/Simple-Shell

First Release

11 Nov 18:43
12657b5
Compare
Choose a tag to compare

Fixes

  • fix the command parsing utility

New features

  • introduced environment variables
  • introduced internal commands
  • add some commands
    1. external commands
      1. ls
      2. echo
      3. hello (deprecated, before being released 🤣🤣)
    2. internal commands
      1. hello (yes again, this is the one that will actually run)
      2. cd
      3. env
      4. set

Kick-start

07 Nov 07:22
ceee674
Compare
Choose a tag to compare

A simple shell in C that supports

  • running the commands compiled to the bin directory
  • Treats words between "s as a single argument
  • have its own path at "build/bin"

Just a kick start for building a more featured shell.