#!/bin/sh
if [ -f /afs/athena.mit.edu/contrib/pictures/bin/idle.pl ]; 
then 
	/afs/athena.mit.edu/contrib/pictures/bin/idle.pl;
fi
