#!/bin/bash # Ian Jackson's .xprofile, mostly copied from.... .profile, from # (eng.cam.ac.uk) CUED default .profile for /bin/sh or /bin/ksh initialization, # then customised for Engineering dept system. This version copied # to cl then customised for cl, thence to cam-orl.co.uk, thence # to cus.cam.ac.uk. echo '' echo -n 'Hit return for windows... ' read inputline if [ "x$inputline" = x ] then exec .configs/x11start else exec $SHELL fi