merari42@lemmy.world to Programmer Humor@programming.dev · 1 day agoWorks if manually restarted by an intern from time to timelemmy.worldimagemessage-square41fedilinkarrow-up1626arrow-down14
arrow-up1622arrow-down1imageWorks if manually restarted by an intern from time to timelemmy.worldmerari42@lemmy.world to Programmer Humor@programming.dev · 1 day agomessage-square41fedilink
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up4·20 hours agoNobody write down that if you run the stuff in a different machine, you have to create the alias first. And once you lose the machine and are trying to restore your backups, you can’t run alias and discover what doThingy actually does.
minus-squarekaty ✨@piefed.blahaj.zonelinkfedilinkEnglisharrow-up9·edit-21 day agoalias thisdoessomething='cd /home/linuxuser/ && ./myscript.sh'
minus-squareElvith Ma'for@feddit.orglinkfedilinkarrow-up10·21 hours agoalias cd='echo "command not found"'
minus-squareSaharaMaleikuhm@feddit.orglinkfedilinkarrow-up2·22 hours agoThis a joke? Cause that won’t show up on another machine. Of course it’s undocumented.
deleted by creator
Nobody write down that if you run the stuff in a different machine, you have to create the alias first.
And once you lose the machine and are trying to restore your backups, you can’t run
alias
and discover whatdoThingy
actually does.alias thisdoessomething='cd /home/linuxuser/ && ./myscript.sh'
alias cd='echo "command not found"'
If you try hard enough
This a joke? Cause that won’t show up on another machine. Of course it’s undocumented.