#!/bin/sh

echo Client $1 will be handled by $2, $3 connections so far \
    >> /tmp/activity.log


