Stardrop icon indicating copy to clipboard operation
Stardrop copied to clipboard

Update shebang to use /usr/bin/env for portability

Open SZanko opened this issue 1 year ago • 0 comments

Changed the shebang from #!/usr/bin/bash to #!/usr/bin/env bash to improve script portability across different environments where bash may not be located in /usr/bin/. This ensures compatibility on systems with alternative bash paths. e.g. nixos

SZanko avatar Dec 09 '24 14:12 SZanko