minus-squareMoussx@programming.devtoLinux@programming.dev•Thinking about switching from fish to bash + extensionslinkfedilinkarrow-up2·13 days agoThe most compatible shebang, that will also work on nixOS, is #!/usr/bin/env bash (and you can replace bash with whatever interpreter like sh of python3). It’ll also respect environment overrides and all linkfedilink
The most compatible shebang, that will also work on nixOS, is
#!/usr/bin/env bash(and you can replace bash with whatever interpreter likeshofpython3). It’ll also respect environment overrides and all