diff options
author | rsiddharth <rsiddharth@ninthfloor.org> | 2016-01-12 09:20:33 -0500 |
---|---|---|
committer | rsiddharth <rsiddharth@ninthfloor.org> | 2016-01-12 09:20:33 -0500 |
commit | 1a07a33cae1ae2ceb76079dfa98a6c7ca2506173 (patch) | |
tree | 811bbaa807a266f27beed9f261d6e6d59f34d18f |
initial commit.
-rw-r--r-- | .gitignore | 1 | ||||
-rwxr-xr-x | start | 8 |
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 @@ -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 . |