From 1be99221e2cb9d944b69b13973186a711eecd596 Mon Sep 17 00:00:00 2001 From: Starccy <452276725@qq.com> Date: Mon, 25 Feb 2019 17:51:01 +0800 Subject: [PATCH] airpaste: add Chinese translation --- pages.zh/common/airpaste.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 pages.zh/common/airpaste.md diff --git a/pages.zh/common/airpaste.md b/pages.zh/common/airpaste.md new file mode 100644 index 0000000000..6381c87b82 --- /dev/null +++ b/pages.zh/common/airpaste.md @@ -0,0 +1,23 @@ +# airpaste + +> 在同一网络下共享信息和文件. + +- 等待接收消息并显示接收到的信息: + +`airpaste` + +- 发送文本: + +`echo {{text}} | airpaste` + +- 发送文件: + +`airpaste < {{path/to/file}}` + +- 接收文件: + +`airpaste > {{path/to/file}}` + +- 创建/加入频道: + +`airpaste {{channel_name}}`