#!/bin/bash here=$(dirname $(realpath $0)) . $here/env exec guile -e main -s $here/module/main.scm "$@"