possatti / pokemonsay

"pokemonsay" is like "cowsay" but for pokรฉmon.
MIT License
506 stars 55 forks source link

Fix about shuf command in MacOS #10

Open MizukiSonoko opened 6 years ago

MizukiSonoko commented 6 years ago

Purpose

Resolve this issue https://github.com/possatti/pokemonsay/issues/7 I think MacOS doesn't support shuf, but instead, gshuf is in MacOS as coreutils Thanks ๐Ÿ™‡ ๐Ÿ™‡

atroche commented 6 years ago

nice one, LGTM

yishus commented 6 years ago

hey trying to get pokemonsay onto mac osx too, will this get merged?

LindseyB commented 5 years ago

This doesn't really need to be merged you can update your path like brew tells you after you install with brew like this in you .bashrc file or similar

export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"