:
aa=`tty`
if [ "$aa" = "/dev/tty01" ]
then
	cd /usr/pico/cosy
	startx
fi
exit
