mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-10 11:29:59 +03:00
307 B
307 B
airpaste
Share messages and files on the same network.
- Wait for message and display when received:
airpaste
- Send text:
echo {{text}} | airpaste
- Send file:
airpaste < {{path/to/file}}
- Receive file:
airpaste > {{path/to/file}}
- Create/Join channel:
airpaste {{channel_name}}