#!/bin/sh

set -uex

guile --version
guild help
guile-config compile
guile-snarf --help
guile-tools help
test "$(guile -c '(display (* 2 21))')" = 42

man guile | grep -E 'Guile +works +well'
