Bootstrap.
authorlace <>
Wed, 30 Aug 2006 20:54:28 +0000 (20:54 +0000)
committerlace <>
Wed, 30 Aug 2006 20:54:28 +0000 (20:54 +0000)
boot [new file with mode: 0755]

diff --git a/boot b/boot
new file mode 100755 (executable)
index 0000000..63fcf5a
--- /dev/null
+++ b/boot
@@ -0,0 +1,17 @@
+#! /bin/sh
+#
+# $Id$
+
+
+set -e
+abs="${BASH_SOURCE[0]}"
+if [ "$abs" = "${abs#/}" ];then
+       abs="$PWD/$abs"
+fi
+abs="`dirname "$abs"`"
+export HOME="$abs"
+unset abs
+cd
+set +e
+. .bashrc
+echo OK