this repo has no description
at main 7 lines 91 B view raw
1#!/bin/bash 2 3cargo watch \ 4 -x fmt \ 5 -x check \ 6 -x 'test -- --no-capture' \ 7 -x run;