#!/bin/bash -eu

# Force this to the working directory
cd "$(dirname "$0")"

exec ./bin/pivot --config config.yaml
