#!/bin/sh

while true; do
  if finger @cardinal.stanford.edu | grep -s jeffr; then
    zwrite kkkken -m jeffr is on cardinal
  fi
  sleep 10
done
