SMOLNET PORTAL home about changes
#!/bin/sh

ecl <<EOF
(require 'asdf)
(require 'my-fact)
(require 'shfact)
(asdf:make-build :shfact
		 :type :program
		 :move-here "./"
		 :epilogue-code '(shfact:main))
(terpri)
(uiop:quit)
EOF
Response: text/plain
Original URLgopher://sdf.org/0/users/screwtape/asdf-example/shfact/build.sh
Content-Typetext/plain; charset=utf-8