5 lines
112 B
Bash
5 lines
112 B
Bash
|
|
#!/usr/bin/env bash
|
||
|
|
# Google Style
|
||
|
|
# https://google.github.io/styleguide/shellguide.html
|
||
|
|
shfmt -i 2 -ci -w "$@"
|