From d7a622d4ba8b187a6f35a7dc5b054148aba2469f Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 1 Jul 2012 01:42:15 +0200 Subject: Add Makefiles, utility Change the directory structure and add a bunch of Makefiles to make it easy to install gitto. Also add a utility to run gitto in its current state. --- run-gitto | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 run-gitto (limited to 'run-gitto') diff --git a/run-gitto b/run-gitto new file mode 100755 index 0000000..9f45893 --- /dev/null +++ b/run-gitto @@ -0,0 +1,5 @@ +#!/bin/sh + +export GUILE_LOAD_PATH="$(dirname $(realpath $0)):$GUILE_LOAD_PATH" +export GUILE_LOAD_COMPILED_PATH="$(dirname $(realpath $0)):$GUILE_LOAD_PATH" +exec src/gitto "$@" -- cgit v1.2.3-54-g00ecf