Skip to content

Instantly share code, notes, and snippets.

@clauswitt
Created November 24, 2015 07:48
Show Gist options
  • Save clauswitt/bedfc3fa1aa49a357b3b to your computer and use it in GitHub Desktop.
Save clauswitt/bedfc3fa1aa49a357b3b to your computer and use it in GitHub Desktop.
(loop for line = (read-line *terminal-io* nil :eof)
until (eq line :eof)
do (write-line line))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment