Files
sprout/hack/format.sh

8 lines
111 B
Bash
Executable File

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