1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/airpaste.md

24 lines
307 B
Markdown
Raw Normal View History

2018-01-23 07:25:45 +01:00
# airpaste
> Share messages and files on the same network.
- Wait for message and display when received:
`airpaste`
- Send text:
`echo {{text}} | airpaste`
2018-01-23 07:25:45 +01:00
- Send file:
`airpaste < {{path/to/file}}`
2018-01-23 07:25:45 +01:00
- Receive file:
`airpaste > {{path/to/file}}`
2018-01-23 07:25:45 +01:00
- Create/Join channel:
`airpaste {{channel_name}}`