Skip to content

Instantly share code, notes, and snippets.

@scottrigby
Last active January 20, 2018 04:36
Show Gist options
  • Save scottrigby/c66fad0d2179c8ad8e0240a2c8380b08 to your computer and use it in GitHub Desktop.
Save scottrigby/c66fad0d2179c8ad8e0240a2c8380b08 to your computer and use it in GitHub Desktop.
Raw gist joke
#!/bin/bash
echo 'Why did the guy get fired from the orange juice factory?'; read ANSWER;
echo "He couldn’t concentrate! 🍊😂😭. But '${ANSWER}' is funny too."
@scottrigby
Copy link
Author

bash <(curl -fsSL https://gist.githubusercontent.com/scottrigby/c66fad0d2179c8ad8e0240a2c8380b08/raw/48ae2e0815bc119fbd690aa01ac7125407e412f8/raw_joke.sh)

@scottrigby
Copy link
Author

bash <(curl -fsSL https://goo.gl/ESuZEc)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment