Guillaume Le Vaillant skribis: > It looks like you can get rid of the welcome message by using the '-s' > option: > > $ echo '(display "Hi.\n")' | guile -s /dev/stdin > Hi. Or: $ echo '(display "Hi.\n")' | guix repl /dev/stdin Hi.