aboutsummaryrefslogtreecommitdiffstats
path: root/run-gitto
blob: 9f4589342def95af5adc636ece662c84c25e38fb (plain)
1
2
3
4
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 "$@"