#! /bin/bash # Debugging run # Remove any old temp files. rm 2sure.[0-9]*.gz #RELEASE=--release RELEASE= # LOG=RUST_LOG=rsure::node::hashes=debug LOG= # KEEP=RSURE_KEEP=1 KEEP= RUN="run $RELEASE -- update" # RUN="build $RELEASE" figlet Compile $LOG $KEEP cargo $RUN