Skip to content

Commit

Permalink
Improved integrations part of README with tee
Browse files Browse the repository at this point in the history
  • Loading branch information
Munter committed Apr 17, 2015
1 parent a6fa07f commit 22bce25
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,12 @@ $ hyperlink https://mntr.dk/ | tap-nyan
```

[Tee](http://en.wikipedia.org/wiki/Tee_%28command%29) is a very useful program when you want to save and replay TAP outputs. In order to save the output to a file but still see the logs on stdout you might run a command line like so:

```
hyperlink https://mntr.dk -r | tee mntr.dk.tap | tap-colorize
```


License
-------
Expand Down

0 comments on commit 22bce25

Please sign in to comment.