cmd/do_cmd.py

8 lines
93 B
Python
Raw Normal View History

2019-06-12 05:41:31 +00:00
import os
from voussoirkit import pipeable
for line in pipeable.go():
os.system(line)