Files
sprout/hack/format.sh

8 lines
111 B
Bash
Raw Permalink Normal View History

#!/bin/bash
2025-10-01 16:45:04 -07:00
set -e
cd "$(dirname "${0}")/.." || exit 1
2025-10-24 20:08:46 -07:00
cargo fmt --all || true
shfmt -w hack/**/*.sh || true