Update menhera.sh

This commit is contained in:
James Swineson 2020-03-20 23:15:31 +08:00 committed by GitHub
parent d411f9d414
commit 3f5b02d7cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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"