rwx/sh/lint/shfmt.sh
2024-11-29 17:21:19 +01:00

4 lines
65 B
Bash

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