summaryrefslogtreecommitdiff
path: root/pre-install-main
blob: a2e069d8b1f13dd06f61e870a8c98e767880aa32 (plain)
1
2
3
4
#!/bin/sh
here="$(dirname "$(realpath "$0")")"
export GUILE_LOAD_PATH="${here}/module"
exec "${here}/main.scm" "$@"