add new chinese translations
This commit is contained in:
17
pages.zh/common/elvish.md
Normal file
17
pages.zh/common/elvish.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Elvish
|
||||
|
||||
> 表达式编程语言和多功能交互式 shell。
|
||||
> 另见: `nu`。
|
||||
> 更多信息: <https://elv.sh>。
|
||||
|
||||
- 开始一个交互式 shell 会话:
|
||||
|
||||
`elvish`
|
||||
|
||||
- 执行特定的 [c]ommands:
|
||||
|
||||
`elvish -c "{{echo 'elvish 已执行'}}"`
|
||||
|
||||
- 执行特定脚本:
|
||||
|
||||
`elvish {{path/to/script.elv}}`
|
Reference in New Issue
Block a user