xin/bin/fmt
2023-06-14 10:45:32 -06:00

12 lines
174 B
Bash
Executable File

#!/bin/sh
set -e
find . -name \*.nix -exec nix fmt {} \+
find . -name \*.sh -exec shfmt -w {} \+
deadnix -f -l -L .
shfmt -w bin/deploy
shfmt -w bin/mkboot
statix check .