#!/bin/sh

echo "Hi, you pitiful PostScript hacker."
. ${HOME}/.conf/init/environment.sh

if [ -r "/bin/tcsh" ]; then
	/bin/tcsh
fi
