Last active
April 9, 2023 21:56
-
-
Save Goorzhel/ddc09f3b60c53735249c765b21fb9c20 to your computer and use it in GitHub Desktop.
xkcd 149
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
[[ $EUID -ne 0 ]] && echo "What? Make it yourself." || echo "Okay." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment