Some shell scripts from contrib/guix and contrib/shell are not verifiable by the shellcheck tool for the following reasons:
- they have no extension (see https://github.com/bitcoin/bitcoin/pull/21375/commits/4eccf063b252bfe256cf72d363a24cf0183e926e from bitcoin/bitcoin#21375)
- they have the
.bashextension while.shis expected
This PR adds these scripts to the input for the shellcheck tool, and it fixes discovered shellcheck warnings.