multi-account-containers/bin
Aryeh Hillman 4a9bc37a46 Use /usr/bin/env to find bash
This enables `npm test` to successfully call scripts in `bin/` with
the `bash` binary specified by `PROFILE`.

---

Additional information:

In addition to potentially preferring an alternative version of bash
than the one in `/bin/bash`, some distributions forego storing bash in
`bin/` at all, such as `NixOS`:

```bash
$ cat /etc/os-release | rg '^NAME=' -r ''
NixOS
$ which bash
/run/current-system/sw/bin/bash
```
2023-11-17 15:55:12 -08:00
..
addons-linter.sh Use /usr/bin/env to find bash 2023-11-17 15:55:12 -08:00
build-addon.sh Use /usr/bin/env to find bash 2023-11-17 15:55:12 -08:00
commons.sh Use /usr/bin/env to find bash 2023-11-17 15:55:12 -08:00