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
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
Role
On linux
Suggestion
Use the more portable
#!/usr/bin/env bashinstead of bin bashBenefit
This will allow the usage of bash compatable shells on systems that dont have bash itself installed
This suggestion is unique
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