(prn "Hello, you know!") (quit)
#!/bin/bash mzscheme -m -f as.scm < script.arc
Then
chmod +x script
./script
-----