/bin/sh exists in NixOS and in fact is the only file in `/bin`:
$ docker run -ti --rm nixos/nix ls /bin /usr/bin
/bin:
sh
/usr/bin:
env
More context in
https://lists.sr.ht/~motiejus/bazel-zig-cc/%3CCAFVMu-pvNx%2BpeQYdge_fvmSGrHDmn78VmoYwTxkDgMjbzfVAwQ%40mail.gmail.com%3E
3 lines
35 B
Bash
Executable File
3 lines
35 B
Bash
Executable File
#!/bin/sh
|
|
exec bazel test "$@" ...
|