chiark / gitweb /
Merge old CVS `ian-dotfiles' repo, as a subtree where we can pick bits
[ian-dotfiles.git] / from-cvs / files / _.configs_xprofile
diff --git a/from-cvs/files/_.configs_xprofile b/from-cvs/files/_.configs_xprofile
new file mode 100755 (executable)
index 0000000..2a5ba1d
--- /dev/null
@@ -0,0 +1,17 @@
+#!/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 '\e[10;0H'
+
+echo -n 'Hit return for windows... '
+read inputline
+if [ "x$inputline" = x ]
+then
+       exec .configs/x11start
+else
+       exec $SHELL
+fi