mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-24 00:02:09 +02:00
16 lines
266 B
Markdown
16 lines
266 B
Markdown
# wormhole
|
|
|
|
> Get things from one computer to another, safely.
|
|
> More information: <https://magic-wormhole.readthedocs.io>.
|
|
|
|
- Send a file:
|
|
|
|
`wormhole send {{path/to/file}}`
|
|
|
|
- Receive a file:
|
|
|
|
`wormhole receive {{wormhole_code}}`
|
|
|
|
- Send raw text:
|
|
|
|
`wormhole send`
|