#!/bin/sh while who | grep student > /dev/null do echo hi | write student sleep 1 done