mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 13:50:16 +00:00
8 lines
90 B
Bash
Executable File
8 lines
90 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
|
|
cd "$(dirname "${0}")/.." || exit 1
|
|
|
|
cargo fmt --all
|
|
shfmt -w hack/*.sh
|