Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 285 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 285 Bytes

dash

dash is a Unix shell written completely in C.

Installation

$ make

Usage

$ ./dash

Features

  • Split commands wrt pipes '|' and whitespaces ' '
  • piping (n commands)
  • History
  • Recalling from history
  • Colored formatting
  • Builtin commands