summaryrefslogtreecommitdiff
path: root/src/webid-oidc-example-app
blob: ebf2da8b7cce3cf06dbc873bd83312fb795c8734 (plain)
1
2
3
4
5
6
7
#!/usr/local/bin/guile \
--no-auto-compile -s
!#

(use-modules (webid-oidc example-app))

(main)