#!/bin/sh

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

