#!/bin/sh

for host in $* ; do
  rule-qa/nightly-slave-stop $host
done

