oink/README.md
2018-07-14 09:15:24 +02:00

27 lines
492 B
Markdown

# Oink
[Cowsay](https://github.com/piuccio/cowsay), except it's Fooboar talking. You want to teach him new skills? Pull requests welcome!
```console
fooboar@forest:~$ oink Ich bin ein WIldschwAIn!
__________________________
< Ich bin ein WIldschwAIn! >
--------------------------
| Λ––Λ
| /_ _\
\_ ( U U )
\' '/
\¯¯/
< 🐽 >
fooboar@forest:~$
```
## Usage
```sh
$ chmod +x "/path/to/oink.sh"
$ alias oink="/path/to/oink.sh"
$ oink Heyho!
```