fabric/installer/client/cli/p.py

7 lines
93 B
Python
Executable File

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