#!/usr/bin/env bash

set -x

export PATH="$PATH:./fmod-sys/lib/x86_64"  # for windows to find dlls
cargo run --example example -- $@

exit
