merari42@lemmy.world to Programmer Humor@programming.dev · 11 days agoWorks if manually restarted by an intern from time to timelemmy.worldimagemessage-square52fedilinkarrow-up1614arrow-down14
arrow-up1610arrow-down1imageWorks if manually restarted by an intern from time to timelemmy.worldmerari42@lemmy.world to Programmer Humor@programming.dev · 11 days agomessage-square52fedilink
minus-squarekaty ✨@piefed.blahaj.zonelinkfedilinkEnglisharrow-up8·edit-211 days agoalias thisdoessomething='cd /home/linuxuser/ && ./myscript.sh'
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up4·11 days 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.
deleted by creator
alias thisdoessomething='cd /home/linuxuser/ && ./myscript.sh'
If you try hard enough
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.