rwx/sh/shfmt.sh

5 lines
65 B
Bash
Raw Normal View History

2024-11-29 16:20:38 +00:00
rwx_shfmt_check() {
local root="${1}"
shfmt --diff "${root}"
}