8 lines
94 B
Python
Raw Normal View History

#!/usr/bin/env python
import sys
sys.stderr.write("a line on stderr\n")
sys.stderr.flush()