pman/raw-tests.scm
Michael Gran f17e6e22dc stash
2021-02-07 22:46:24 -08:00

13 lines
213 B
Scheme

#!/usr/bin/env sh
exec guile -L . -s "$0" "$@"
!#
(use-modules (studious-potato)
(srfi srfi-1))
(initialize #:arguments (command-line))
(write %opt-verbose) (newline)
(write %opt-quiet) (newline)