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

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

exec guile -e main -s $here/module/main.scm "$@"