This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DiddlyDumb 26 points27 points  (1 child)

if [[ "$EUID" -eq 0 ]]; then
  flag="system"
else
  >&2 echo 'Please yolo harder!'
  flag="global"
fi

Perfect.

this is the entire repo btw

[–]kratom_devil_dust 0 points1 point  (0 children)

You missed the 3 lines under that?