Skip to content

skerl v1.0

Latest
Compare
Choose a tag to compare
@KrishnanSG KrishnanSG released this 20 Apr 18:12
· 2 commits to master since this release
0357c1d

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 (&)