gitto/run-gitto

6 lines
176 B
Text
Raw Normal View History

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