#!/usr/bin/env bash

set -xe

cargo run --target=$TARGET -- "$@"
