mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-10 07:10:31 +00: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)
|