elvish: add page (#7409)

This commit is contained in:
Emily Grace Seville
2021-11-14 01:35:01 +10:00
committed by GitHub
parent ec9b5d98c6
commit c7aee51bd2

20
pages/common/elvish.md Normal file
View File

@@ -0,0 +1,20 @@
# elvish
> Expressive programming language and a versatile interactive shell.
> More information: <https://elv.sh>.
- Start an interactive shell session:
`elvish`
- Execute a [c]ommand and then exit:
`elvish -c "{{command}}"`
- Execute a script and then exit:
`elvish {{path/to/script.elv}}`
- Print the Elvish version and then exit:
`elvish -version`