Skip to content

Commit

Permalink
Merge pull request tomnomnom#37 from 0100001001000010/master
Browse files Browse the repository at this point in the history
Adds ungron shell script suggestion to README.mkd
  • Loading branch information
tomnomnom authored Apr 9, 2018
2 parents 87d5fca + a9638ea commit d63fa4f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.mkd
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ It's recommended that you alias `ungron` or `norg` (or both!) to `gron --ungron`
alias norg="gron --ungron"
alias ungron="gron --ungron"
```
Or you could create a shell script in your $PATH named `ungron` or `norg` to affect all users:
```
gron --ungron "$@"
```

## Usage

Expand Down

0 comments on commit d63fa4f

Please sign in to comment.