1
1
mirror of https://github.com/nmattia/snack.git synced 2024-09-21 08:37:09 +03:00
snack/script/snack-fmt
zimbatm 63815a9b76 stack-exe: apply shfmt
shfmt -i 2 -w bin/snack
2018-05-25 15:16:57 +01:00

5 lines
102 B
Plaintext
Executable File

#!/usr/bin/env nix-shell
#!nix-shell -p shfmt -i bash
cd "$(dirname "$0")/.."
shfmt -i 2 -w bin/snack