Add skipblank.py.
This commit is contained in:
parent
b762a2d3e8
commit
fb02ce90ae
1 changed files with 4 additions and 0 deletions
4
skipblank.py
Normal file
4
skipblank.py
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
from voussoirkit import pipeable
|
||||||
|
|
||||||
|
for line in pipeable.go(skip_blank=True):
|
||||||
|
pipeable.stdout(line)
|
Loading…
Reference in a new issue