#!/usr/local/bin/guile \ --no-auto-compile -s !# (use-modules (webid-oidc hello-world)) (format (current-error-port) "Logging to hello.log and hello.err.\n") (set-current-output-port (open-output-file "hello.log")) (set-current-error-port (open-output-file "hello.err")) (main)