#!/bin/bash
# Build mcfly and run a dev environment fish for local mcfly testing
this_dir=
# Setup for local testing.
# For some reason, to get line numbers in backtraces, we have to run the binary directly.
XDG_DATA_HOME= /.fish\
MCFLY_PATH=target/debug/mcfly \
RUST_BACKTRACE=full \
MCFLY_DEBUG=1 \
PATH=target/debug/: \