common/s*: add and update Korean translation (#14666)

* common/s*: add and update Korean translation

* scamper: fix typo

* Update pages.ko/common/simplehttpserver.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/common/steamcmd.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Sebastiaan Speck <shem.speck@gmail.com>
Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
코드싸이
2024-11-09 10:41:41 +09:00
committed by GitHub
parent 8058b46345
commit 4b5248236b
196 changed files with 4323 additions and 2 deletions

View File

@@ -0,0 +1,20 @@
# slackcat
> 파일 및 명령 출력을 Slack에 전달하는 도구.
> 더 많은 정보: <https://github.com/bcicen/slackcat>.
- 파일을 Slack에 게시:
`slackcat --channel {{채널_이름}} {{경로/대상/파일}}`
- 사용자 지정 파일 이름으로 파일을 Slack에 게시:
`slackcat --channel {{채널_이름}} --filename={{파일_이름}} {{경로/대상/파일}}`
- 명령 출력을 텍스트 스니펫으로 Slack에 파이프:
`{{명령어}} | slackcat --channel {{채널_이름}} --filename={{스니펫_이름}}`
- 명령 출력을 Slack에 지속적으로 스트리밍:
`{{명령어}} | slackcat --channel {{채널_이름}} --stream`