rwx/sh/lint/shfmt.sh
2024-11-29 22:57:21 +01:00

4 lines
59 B
Bash

rwx_shfmt() {
local root="${1}"
shfmt --diff "${root}"
}