fabric/installer/client/cli/p.py

7 lines
93 B
Python
Raw Normal View History

2024-02-08 20:54:42 +00:00
#!/usr/bin/env python3
import pyperclip
pasted_text = pyperclip.paste()
print(pasted_text)