Tom Willemsen
d7a622d4ba
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.
5 lines
176 B
Bash
Executable file
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 "$@"
|