fail fast

This commit is contained in:
Stavros kois
2024-05-12 21:34:56 +03:00
parent bda19c5847
commit b49d68863f
2 changed files with 2 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
#!/bin/bash
[ "$DEBUG" == 'true' ] && set -x
[ "$STRICT" == 'true' ] && set -e
make_sure_structure_is_there() {
local train="$1"