mirror of
https://github.com/nmattia/snack.git
synced 2024-12-01 03:03:55 +03:00
5 lines
104 B
Plaintext
Executable File
5 lines
104 B
Plaintext
Executable File
#!/usr/bin/env nix-shell
|
|
#!nix-shell -p shfmt -i bash
|
|
cd "$(dirname "$0")/.."
|
|
shfmt -i 2 -w script/test
|