Launcher icon indicating copy to clipboard operation
Launcher copied to clipboard

Dont use #!/bin/bash

Open jan-leila opened this issue 2 months ago • 0 comments

Role

On linux

Suggestion

Use the more portable #!/usr/bin/env bash instead of bin bash

Benefit

This will allow the usage of bash compatable shells on systems that dont have bash itself installed

This suggestion is unique

  • [x] I have searched the issue tracker and did not find an issue describing my suggestion, especially not one that has been rejected.

You may use the editor below to elaborate further.

More reading can be found in this stack overflow thread if you want: https://unix.stackexchange.com/questions/632053/how-to-get-bin-bash-on-nixos

jan-leila avatar Nov 23 '25 01:11 jan-leila