#!perl6

task-run "check my hosts", "ssh-bulk-check", %(
  hosts => [ %*ENV<host> ],
  cmd   => "files/cmd.sh",
  state => "files/state.check",
);

