Skip to content

Instantly share code, notes, and snippets.

@abenson
Last active May 22, 2024 18:12
Show Gist options
  • Save abenson/0038f54d8b828eaa8f08 to your computer and use it in GitHub Desktop.
Save abenson/0038f54d8b828eaa8f08 to your computer and use it in GitHub Desktop.
#!/bin/bash
if [ $UID -gt 0 ]; then
echo "You're an idiot."
else
echo "You're a fucking idiot."
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment