Add cup.py.

This commit is contained in:
voussoir 2021-08-10 10:58:05 -07:00
parent 7d1720094e
commit 0ecfb9abab
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

6
cup.py Normal file
View file

@ -0,0 +1,6 @@
import pyperclip
from voussoirkit import pipeable
text = '\n'.join(pipeable.input('!i'))
pyperclip.copy(text)