maandree / ponypipe

[UNMAINTAINED] Ponify and deponify text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Program cuts word "man" if it's at the end of output.

HalfTough opened this issue · comments

echo "he was a fine man." | ponypipe
Returns he was a fine .. Tried some other examples. Man is being replaced with empty word when it's last word in the input. When man wasn't last, it's being replaced with stallion as is should.