Sorry, I mis-clicked.

> In the above shell run that line:

++ tail -n +2 local/bin/hello-schemer-star

will drop #! thingy. Here is the content of local/bin/hello-schemer-star:

#;> cat local/bin/hello-schemer-star
#!/usr/bin/env -S scheme-live current run
(import (scheme base))
(import (scheme process-context))
(import (live hello))

(hello (get-environment-variable "USER"))

I will make a pre-release later, hopefully today, so we can work out
the last remaining bugs et al.

Reply via email to