Skip to content

Instantly share code, notes, and snippets.

@karls
Created March 20, 2012 21:18
Show Gist options
  • Save karls/2141394 to your computer and use it in GitHub Desktop.
Save karls/2141394 to your computer and use it in GitHub Desktop.
This machine is willing to "listen" when you're feeling down
#!/usr/bin/env bash
while true; do
echo -n "Whine: "
read text
echo $text > /dev/null
done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment