diff options
author | Ian Kelling <iank@fsf.org> | 2018-06-05 01:18:59 -0400 |
---|---|---|
committer | Ian Kelling <iank@fsf.org> | 2018-06-05 01:18:59 -0400 |
commit | 1d63720bf95fb2c38f5fa695884eec9657642993 (patch) | |
tree | 40fdf2bc6b4f0007f3d7fd480d83844908519b59 | |
parent | 16ce915aac7add2650aa539a3f1428da358ee337 (diff) |
make doall more robust
-rwxr-xr-x | doall.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4,6 +4,9 @@ set -eE -o pipefail trap 'echo "$0:$LINENO:error: \"$BASH_COMMAND\" returned $?" >&2' ERR set -x +x="$(readlink -f -- "$BASH_SOURCE")"; cd ${x%/*} # directory of this file + + rm distfiles output *.log *.h5 -rf mkdir distfiles |