#!/usr/bin/env sh
#MISE description="Format shell files"
#MISE alias=["fmt:sh", "fmt:shell", "format:sh"]

set -e

shfmt -w -i 2 -bn -ci -sr bin
