#!/usr/bin/ruby exit if not $VERBOSE and fork # sample usage: ruby looper.rb ruby kikoobot.rb '#bla' loop do system *ARGV sleep 5 end