#Km91#@sh.itjust.works to linuxmemes@lemmy.world · 4 hours agoFeels more polite for sure.sh.itjust.worksimagemessage-square30fedilinkarrow-up1360arrow-down11
arrow-up1359arrow-down1imageFeels more polite for sure.sh.itjust.works#Km91#@sh.itjust.works to linuxmemes@lemmy.world · 4 hours agomessage-square30fedilink
minus-squarewildbus8979@sh.itjust.workslinkfedilinkarrow-up25·edit-24 hours agoalias thanks="echo 'You are most welcomed'" please shutdown; thanks
minus-squareshrek_is_love@lemmy.mllinkfedilinkarrow-up5·1 hour agoI know this is a meme and not GitHub, but I thought some people might like to learn that if you do please shutdown && thanks it won’t say you’re welcome if the shutdown failed
minus-squarenymnympseudonym@piefed.sociallinkfedilinkEnglisharrow-up35arrow-down1·4 hours agoalias sudo fucking fucking systemctl restart firewalld.service fucking shutdown
minus-squarethejml@sh.itjust.workslinkfedilinkarrow-up29·4 hours agoReminds me of my favorite command line utility.
minus-squareArthur Besse@lemmy.mllinkfedilinkEnglisharrow-up4·edit-24 hours ago alias thanks="You are most welcomed" you need to use the echo command if you want to echo something: alias thanks="echo 'You are most welcomed'" (the inner single-quotes are not strictly required in this case, but recommended nonetheless)
minus-squarewildbus8979@sh.itjust.workslinkfedilinkarrow-up5·edit-24 hours agoHuh yeah my bad, wrote this too fast in-between two messages at work
alias thanks="echo 'You are most welcomed'"please shutdown; thanksI know this is a meme and not GitHub, but I thought some people might like to learn that if you do
please shutdown && thanksit won’t say you’re welcome if the shutdown failedalias sudo fucking
fucking systemctl restart firewalld.service
fucking shutdown
Reminds me of my favorite command line utility.
Kind stranger; you made my day
you need to use the
echocommand if you want to echo something:alias thanks="echo 'You are most welcomed'"(the inner single-quotes are not strictly required in this case, but recommended nonetheless)
Huh yeah my bad, wrote this too fast in-between two messages at work