#!/bin/bash
set -e -u -x -o pipefail
cd "$(dirname "$0")"
cd ../valgrind
git am ../valgrind-patches/*.patch
