Files
sprout/hack/format.sh

8 lines
93 B
Bash
Raw Normal View History

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