#!/bin/sh

LOG=/tmp/plain-$$.log
tee -a $LOG | `dirname $0`/plain
