aboutsummaryrefslogtreecommitdiff
path: root/main
blob: 67e3097360f456838a39f9b3cd89be63f91e9367 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

here=$(dirname $(realpath $0))
. $here/env

GUILE=${GUILE:-$(which guile)}
# GUILE_LOAD_PATH=$here/module

exec $GUILE -c '((@ (calp main) main) (command-line))' "$@"