mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 18:40:18 +00:00
8 lines
111 B
Bash
Executable File
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
|