Skip to content

Instantly share code, notes, and snippets.

@blinsay
Last active December 11, 2015 06:58
Show Gist options
  • Save blinsay/4562469 to your computer and use it in GitHub Desktop.
Save blinsay/4562469 to your computer and use it in GitHub Desktop.
RANCOR
#!/bin/bash
echo "the rancor is coming do u hide? [Y/N/maybe]"
read hide
while [ "$hide" != "hide" ]
do
echo "y didn't u put the t-shirt on youre bewbs?"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment