Update run-fuzzer.sh

This commit is contained in:
alexey-milovidov 2021-01-16 23:47:01 +03:00 committed by GitHub
parent 41c77b4775
commit ea5e7d98a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,6 @@
#!/bin/bash
# shellcheck disable=SC2086
set -eux
set -o pipefail
trap "exit" INT TERM