diff --git a/menhera.sh b/menhera.sh index c5e19a8..1c5c2e7 100755 --- a/menhera.sh +++ b/menhera.sh @@ -1,5 +1,7 @@ #!/bin/bash set -Eeuo pipefail +# disable command path hashing as we are going to move fast and break things +set +h # config WORKDIR="/tmp/menhera"