Hi, I am using (run-shell-command "long-running-shell-command") to run a shell command. The issue is I cannot see the output from the shell command. How to enable the output?
I am running my scheme script like the following: scheme --quiet --load myscript.ss --eval '(exit)' Thank you! Jinsong