Ext: Debug ext now faithfully reproduces input

This commit is contained in:
Paul Beckingham 2016-04-08 23:45:24 -04:00
parent eb890c0b23
commit 4179dc6f32

View file

@ -3,4 +3,4 @@
import sys
for line in sys.stdin:
print '#', line.strip()
print line.strip()