#!/usr/bin/env bash# For the license, see the LICENSE file in the root directory.DIR=${PWD}/$(dirname"$0")ROOT=${DIR}/..
WORKDIR=$(mktemp-d)functioncleanup(){rm-rf${WORKDIR}}trap"cleanup"QUITEXIT
pushd$WORKDIR${DIR}/fuzz$@${DIR}/corpus-execute-command
rc=$?popdexit$rc