sudo
I don't post as much as I would like to as all my free time is spent working on Tau Station, so I thought I should remind folks that I'm still alive, still hacking on Perl, and still writing obscure technical humor:
ifeq ($(shell whoami), root)
MESSAGE = "Okay."
else
MESSAGE = "What? Make it yourself."
endif
NOECHO = @
me ::
- $(NOECHO) echo $(MESSAGE)
a ::
- $(NOECHO) echo
sandwich ::
- $(NOECHO) echo
Leave a comment