cmd/do_cmd.py

8 lines
93 B
Python

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