Skip to content

Commit

Permalink
Add stdin examples to README 'Usage'
Browse files Browse the repository at this point in the history
  • Loading branch information
KarimPwnz committed Dec 15, 2021
1 parent c52646a commit 21fe7a9
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,14 @@ $ python3 setup.py install
$ waybacked <search_query>
```

or

```
$ echo <search_query> | waybacked
```

or

```
$ cat searches.txt | waybacked
```

0 comments on commit 21fe7a9

Please sign in to comment.