#!/... set -eu # ... Main part of your script ...
The latter makes it clearer exactly what features are being enabled, and it's a bit of a false economy to try and "shorten" the script like this.
The latter makes it clearer exactly what features are being enabled, and it's a bit of a false economy to try and "shorten" the script like this.