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