aboutsummaryrefslogtreecommitdiff
path: root/src/skribilo.in
blob: 5508e10758d66476796569e31df4bdd83cea5b93 (plain)
1
2
3
4
5
6
7
#!/bin/sh
# The `skribilo' executable.

main='(module-ref (resolve-module '\''(skribilo)) '\'main')'
exec ${GUILE-@GUILE@} --debug \
                      -c "(apply $main (cdr (command-line)))" "$@"