Skip to content

`./sh/*`; allow non-`/bin/sh` consoles (such as `/bin/bash`).

No due date 50% complete

Rationales:

  • Although for now just ./build.sh (which has #!/bin/sh) uses ./sh/, one of this repo's goals is to give modular/reusable code.
  • Lots of scripts have #!/bin/bash (due to bash's extra tools).
Loading