Files
sprout/hack/format.sh

8 lines
93 B
Bash
Executable File

#!/bin/sh
set -e
cd "$(dirname "${0}")/.." || exit 1
cargo fmt --all
shfmt -w hack/**/*.sh