Closed ctubbsii closed 2 years ago
These changes look good.
- Standardize shebang lines for bash scripts
I also noticed there are files that have #! /bin/bash
instead of #! /usr/bin/env bash
. Not sure if this is something that should be standardized or if it should be handled here but just wanted to point it out.
These changes look good.
- Standardize shebang lines for bash scripts
I also noticed there are files that have
#! /bin/bash
instead of#! /usr/bin/env bash
. Not sure if this is something that should be standardized or if it should be handled here but just wanted to point it out.
I thought I fixed all those, but it may have missed the terraform template ones.
shfmt -ln bash -l -d -i 2 -ci -s .
to format scripts