Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 323 Bytes

README.md

File metadata and controls

10 lines (10 loc) · 323 Bytes

Installation

  • go install github.com/arlandism/aryash
  • aryash OR aryash -c 'echo hello'

Building from source

  • make && ./aryash
  • make && ./aryash -c 'echo hello'

TODO

  • Multiple command support along with chaining operators (e.g. ||, &&)
  • Backgrounding commands e.g. &
  • Job control