#!/bin/csh -f

set pid = `cat ~/.mosaicpid`
echo goto >! /tmp/Mosaic.$pid
echo $1 >> /tmp/Mosaic.$pid
kill -USR1 $pid
