Files
sprout/hack/format.sh

8 lines
109 B
Bash
Raw Normal View History

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