cm0002@lemy.lol to Linux@programming.dev · 3 days agoFish Shell 4.9 Released with Faster Tab Completionlinuxiac.comexternal-linkmessage-square17linkfedilinkarrow-up1123
arrow-up1123external-linkFish Shell 4.9 Released with Faster Tab Completionlinuxiac.comcm0002@lemy.lol to Linux@programming.dev · 3 days agomessage-square17linkfedilink
minus-squarembp@slrpnk.netlinkfedilinkarrow-up2·2 days agoI have been using fish for years; no issues running scripts with shebangs. If you’re running something janky or homemade that lacks them, you pipe it into a new bash instance bash | ./...
I have been using fish for years; no issues running scripts with shebangs. If you’re running something janky or homemade that lacks them, you pipe it into a new bash instance
bash | ./...