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

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

make GUILE="$GUILE" go_files

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