el*, em*, en*: add Korean translation (#14205)

This commit is contained in:
HoJeong Im
2024-10-16 16:11:21 +09:00
committed by GitHub
parent b729830f50
commit a4c8a7e42e
18 changed files with 450 additions and 0 deletions

17
pages.ko/common/elvish.md Normal file
View File

@@ -0,0 +1,17 @@
# elvish
> 표현력이 풍부한 프로그래밍 언어와 다양한 대화형 쉘.
> 참고: `nu`.
> 더 많은 정보: <https://elv.sh>.
- 대화형 쉘 세션을 시작:
`elvish`
- 특정 명령([c]ommands)을 실행:
`elvish -c "{{echo 'elvish is executed'}}"`
- 특정 스크립트 실행:
`elvish {{경로/대상/스크립트.elv}}`