#!/bin/bash set -e ~/.cargo/bin/cargo xwin build --release --target x86_64-pc-windows-msvc cp target/x86_64-pc-windows-msvc/release/mouth.exe /mnt/nas/xfer/mouth/ echo "Done: /mnt/nas/xfer/mouth/mouth.exe"