go*: add Korean translation (#14414)

This commit is contained in:
HoJeong Im
2024-10-27 17:00:40 +09:00
committed by GitHub
parent 676f612bc1
commit 2d602e5b69
10 changed files with 233 additions and 0 deletions

16
pages.ko/common/gotty.md Normal file
View File

@@ -0,0 +1,16 @@
# gotty
> 터미널을 웹 애플리케이션으로 공유.
> 더 많은 정보: <https://github.com/yudai/gotty>.
- 명령어 결과 공유:
`gotty {{명령어}}`
- 쓰기 권한으로 공유:
`gotty -w {{쉘}}`
- 자격 증명으로 공유 (기본 인증):
`gotty -w -c {{사용자명}}:{{비밀번호}} {{쉘}}`