Very simple project that prints all Transcript content to stdout. This can be very usefull when doing continous integration builds or other headless stuff..(Gofer new) squeaksource: 'TranscriptToStdOut'; package: 'ConfigurationOfTranscriptToStdOut'; load. ((Smalltalk at: #ConfigurationOfTranscriptToStdOut) project version: #development) load. (Smalltalk at: #TranscriptToStdOut) perform: #startUsing. Transcript show: 'Hello world'