cmd/do_cmd.py
2019-06-11 22:41:31 -07:00

7 lines
93 B
Python

import os
from voussoirkit import pipeable
for line in pipeable.go():
os.system(line)