#!/usr/bin/env bash

git gui&

gvim -p -geometry 158x78+1913+145 ranting_derive/{src/{,*/}*.rs,Cargo.toml}&

gvim -p -geometry 159x78+0+145 src/{,*/}*.rs Cargo.toml tests/*/*.rs



echo cargo test

echo "cargo build && target/debug/play"



