summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rwxr-xr-xstart8
2 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e4e5f6c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+*~ \ No newline at end of file
diff --git a/start b/start
new file mode 100755
index 0000000..7f02957
--- /dev/null
+++ b/start
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+## Heads up. This script is supposed to be run from the directory in
+## which it was found.
+
+# start guile interactive with current directory added to the
+# load-path.
+guile -L .