Skip to content

Instantly share code, notes, and snippets.

View connnnor's full-sized avatar

Connor Kelleher connnnor

View GitHub Profile
@connnnor
connnnor / eightball.sh
Created January 29, 2021 19:04
Bash Magic 8-Ball
#!/usr/bin/env bash
# Usage: ./eightball.sh
# Answers a yes-no question.
Affirmative=(
"It is certain."
"It is decidedly so."
"Without a doubt."
"Yes – definitely."