Closed vdemeester closed 5 years ago
Some systems may not have /bin/bash (NixOS for example)… Using /usr/bin/env bash has the benefit of looking for whatever the default version of the program is in your current environment.
Signed-off-by: Vincent Demeester vincent@sbr.pm
Thanks!
Some systems may not have /bin/bash (NixOS for example)… Using /usr/bin/env bash has the benefit of looking for whatever the default version of the program is in your current environment.
Signed-off-by: Vincent Demeester vincent@sbr.pm