Skip to content

Instantly share code, notes, and snippets.

@b1nary
Created January 13, 2018 10:22
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save b1nary/a9324af73d70ebd3bf69a4dfcc99a248 to your computer and use it in GitHub Desktop.
#!/bin/bash
if [ $1 = "love" ]; then
if [ "$EUID" -ne 0 ]; then
echo "i have a boyfriend"
else
echo "i love $2 too"
fi
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment