49 lines
973 B
Markdown
49 lines
973 B
Markdown
# Oink
|
|
|
|
[Cowsay](https://github.com/piuccio/cowsay), except it's 🐗 [Fooboar](https://wiki.wiai.de/index.php/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
|
|
|
|
Download the newest [release](https://git.wiai.de/fknoch/oink/releases). Then run:
|
|
|
|
```sh
|
|
$ chmod +x "/path/to/oink.sh"
|
|
```
|
|
|
|
Add the following lines at the end of your `~\.bashrc`.
|
|
```bash
|
|
# Fooboar
|
|
alias oink="/path/to/oink.sh"
|
|
```
|
|
|
|
To persist your changes, run:
|
|
|
|
```bash
|
|
$ . ~/.bashrc
|
|
```
|
|
|
|
Now Fooboar can talk to you.
|
|
|
|
```bash
|
|
$ oink Heyho!
|
|
```
|
|
|
|
## 🍄 Contributors
|
|
|
|
Truffels go to [Christian](https://wiki.wiai.de/index.php/Benutzer:Ckremitzl), who provided the wonderful Unicode representation of Fooboar.
|
|
|