rwx/sh/lint/shfmt.sh
2024-12-02 00:39:16 +01:00

4 lines
59 B
Bash

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