Intended use in user scripts:
#!/bin/bash source strict-mode.sh || true
(|| true to allow running this without having strict-mode.sh in path)
|| true
strict-mode.sh