Skip to content

jush v0.1

Latest
Compare
Choose a tag to compare
@troglobit troglobit released this 28 Apr 06:49
· 47 commits to master since this release

Initial release, a fully working and very limited UNIX-like shell

Features:

  • Pipes using |
  • Backgrounding using &
  • Basic job control
  • Redirect, basic using < and >
  • Command separation using ;
  • Conditional execution cmd && cmd and cmd || cmd
  • Environment variables (basic)
  • Command completion
  • Filename completion