Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 284 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 284 Bytes
curl -sL github.com/justchokingaround/chokegenerator/raw/main/chokegenerator -o /usr/local/bin/chokegenerator &&
chmod +x /usr/local/bin/chokegenerator

In case it says shuf: command not found on Mac OS, use homebrew to install coreutils:

brew install coreutils