Skip to content

Instantly share code, notes, and snippets.

@vladimyr
Last active May 27, 2018 01:48
Show Gist options
  • Save vladimyr/7654bad4aaae58df3d220f0317845bfd to your computer and use it in GitHub Desktop.
Save vladimyr/7654bad4aaae58df3d220f0317845bfd to your computer and use it in GitHub Desktop.
duckiesay
alias duckiesay="curl -sSL https://duckiesays.com/api/v1/says | jq -r .says | cowsay -f duck"
alias duckiesay="curl -sSL https://duckiesays.com/api/v1/says | json .says | cowsay -f duck"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment