From 1a07a33cae1ae2ceb76079dfa98a6c7ca2506173 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Tue, 12 Jan 2016 09:20:33 -0500 Subject: initial commit. --- start | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 start (limited to 'start') 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