(rule
 (alias DEFAULT)
 (deps
  (glob_files *.sh))
 (action
  (bash "%{bin:shellcheck} -x *.sh")))
