Stardrop
Stardrop copied to clipboard
Update shebang to use /usr/bin/env for portability
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