minus-squareMoussx@programming.devtoLinux@programming.dev•Thinking about switching from fish to bash + extensionslinkfedilinkarrow-up2·1 day 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
minus-squareMoussx@programming.devtoLinux@programming.dev•Steam On Linux Usage Dips Slightly For June, AMD Linux CPU Usage Hits 69%linkfedilinkarrow-up9·6 months agoNice 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