timars/prepare-challenge.sh

7 lines
170 B
Bash
Executable file

#!/bin/bash
EXPORT_DIR="challenge"
mkdir -p $EXPORT_DIR
cargo build --release
cp ./target/release/timars $EXPORT_DIR/timars
cp CHALLENGE-NOTES.txt $EXPORT_DIR/notes.txt