mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-02-12 15:05:10 -05:00
7 lines
121 B
Python
Executable File
7 lines
121 B
Python
Executable File
#!/Users/jonathandunn/myAugmented/.venv/bin/python
|
|
|
|
import pyperclip
|
|
|
|
pasted_text = pyperclip.paste()
|
|
print(pasted_text)
|