Skip to content

Releases: KrishnanSG/skerl

skerl v1.0

20 Apr 18:12
0357c1d
Compare
Choose a tag to compare

This is the first stable version of skerl shell with functionality:

  • Parse and tokenize the given command
  • Execute any given program
  • Maintains history of all commands for quick access
  • Input redirection
  • Output redirection
  • Pipes
  • Execute process in background when suffixed with (&)