Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmacinnis committed Feb 7, 2019
1 parent 735487d commit 0f03c97
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# A surprisingly powerful Unix shell

## Note

Development of oh is currently on hold. I'm looking for ways to fund
the next iteration which will focus on improving oh's interactive
features while making the code more robust. Suggestions are welcome.

## Description

Oh is a Unix shell. If you've used other Unix shells, oh should feel
familiar.

Expand Down
8 changes: 8 additions & 0 deletions bin/doctest/010-readme.oh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## # A surprisingly powerful Unix shell
##
## ## Note
##
## Development of oh is currently on hold. I'm looking for ways to fund
## the next iteration which will focus on improving oh's interactive
## features while making the code more robust. Suggestions are welcome.
##
## ## Description
##
## Oh is a Unix shell. If you've used other Unix shells, oh should feel
## familiar.
##
Expand Down
1 change: 1 addition & 0 deletions pkg/parser/grammar.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ package parser
import __yyfmt__ "fmt"

//line grammar.y:16

import (
"github.com/michaelmacinnis/adapted"
. "github.com/michaelmacinnis/oh/pkg/cell"
Expand Down

0 comments on commit 0f03c97

Please sign in to comment.