merari42@lemmy.world to Programmer Humor@programming.dev · 30 days agoWorks if manually restarted by an intern from time to timelemmy.worldimagemessage-square58fedilinkarrow-up1651arrow-down15
arrow-up1646arrow-down1imageWorks if manually restarted by an intern from time to timelemmy.worldmerari42@lemmy.world to Programmer Humor@programming.dev · 30 days agomessage-square58fedilink
minus-squarekaty ✨@piefed.blahaj.zonelinkfedilinkEnglisharrow-up9·edit-229 days agoalias thisdoessomething='cd /home/linuxuser/ && ./myscript.sh'
minus-squareElvith Ma'for@feddit.orglinkfedilinkarrow-up10·29 days agoalias cd='echo "command not found"'
alias thisdoessomething='cd /home/linuxuser/ && ./myscript.sh'alias cd='echo "command not found"'