chore: shebang -> /bin/sh, no bash features used

This commit is contained in:
Glen Whitney 2024-11-25 16:30:00 -08:00
parent dc5020752b
commit a66a4d17c6

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# run all Cargo examples, as described here:
#