mentions a recent Ubuntu version, the host will build Debian packages.
@end deffn
+@deffn Procedure main
+This procedure is for the convenience of scripts. It dispatches off
+the first argument on Scheme's command line to execute one of the
+build procedures (e.g. @code{devops:status}). For example:
+
+@example
+ #!/bin/bash
+
+ exec mit-scheme-pucked --batch-mode -- "$@" <<\EOF
+ (begin
+ (parameterize ((param:suppress-loading-message? #t))
+ (load-option 'devops))
+ ((access main (->environment '(devops)))))
+ EOF
+@end example
+@end deffn
+
@node Debugging Builds
@section Debugging Builds