merari42@lemmy.world to Programmer Humor@programming.dev · 1 month agoWorks if manually restarted by an intern from time to timelemmy.worldimagemessage-square58linkfedilinkarrow-up1655arrow-down15
arrow-up1650arrow-down1imageWorks if manually restarted by an intern from time to timelemmy.worldmerari42@lemmy.world to Programmer Humor@programming.dev · 1 month agomessage-square58linkfedilink
minus-squarekaty ✨@piefed.blahaj.zonelinkfedilinkEnglisharrow-up9·edit-21 month agoalias thisdoessomething='cd /home/linuxuser/ && ./myscript.sh'
minus-squareElvith Ma'for@feddit.orglinkfedilinkarrow-up10·1 month agoalias cd='echo "command not found"'
alias thisdoessomething='cd /home/linuxuser/ && ./myscript.sh'alias cd='echo "command not found"'