#!/bin/sh cargo fmt || exit 1 cargo clippy || exit 1 git add -u || exit 1