muhyb@programming.dev to linuxmasterrace@feddit.deEnglish · 1 year agoFirst time installing a distro that came with zsh instead of bashi.imgur.comimagemessage-square17fedilinkarrow-up10arrow-down10file-text
arrow-up10arrow-down1imageFirst time installing a distro that came with zsh instead of bashi.imgur.commuhyb@programming.dev to linuxmasterrace@feddit.deEnglish · 1 year agomessage-square17fedilinkfile-text
minus-squaresamsy@feddit.delinkfedilinkEnglisharrow-up0·1 year agoI love fish, only it annoys me, if I want to run a bash script.
minus-squareThaurin@lemmy.worldlinkfedilinkEnglisharrow-up0·1 year agoWhy is that? You can still use bash to interpret your bash scripts. Where does it annoy you?
minus-squaresamsy@feddit.delinkfedilinkEnglisharrow-up0·1 year agoI have to switch to bash first, and wonder days later, why I can’t find it (obviously) in my fish history.
minus-squareThaurin@lemmy.worldlinkfedilinkEnglisharrow-up0·edit-21 year agoI mean, doesn’t the script have a hash bang pointing to the bash interpreter? #!/usr/bin/bash Or you can just run it like: bash script.sh
minus-squaresamsy@feddit.delinkfedilinkEnglisharrow-up0·1 year agoI know, well the lazyness is strong in me. Copy and paste.
I love fish, only it annoys me, if I want to run a bash script.
Why is that? You can still use bash to interpret your bash scripts. Where does it annoy you?
I have to switch to bash first, and wonder days later, why I can’t find it (obviously) in my fish history.
I mean, doesn’t the script have a hash bang pointing to the bash interpreter?
Or you can just run it like:
I know, well the lazyness is strong in me. Copy and paste.