gitto/run-gitto
Tom Willemsen d7a622d4ba 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.
2012-07-01 01:42:15 +02:00

5 lines
176 B
Bash
Executable file

#!/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 "$@"