From 1a07a33cae1ae2ceb76079dfa98a6c7ca2506173 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Tue, 12 Jan 2016 09:20:33 -0500 Subject: initial commit. --- .gitignore | 1 + start | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 .gitignore create mode 100755 start 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 . -- cgit v1.2.3