fabric/client/p.py

7 lines
93 B
Python
Raw Normal View History

#!/usr/bin/env python3
import pyperclip
pasted_text = pyperclip.paste()
print(pasted_text)