this post was submitted on 07 Sep 2026
127 points (100.0% liked)

Linux

15004 readers
148 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

Also, check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] mbp@slrpnk.net 2 points 1 week ago

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 | ./...