elvish: add page (#7409)

feature/windows-fix-syntax-2
Emily Grace Seville 2021-11-14 01:35:01 +10:00 committed by GitHub
parent ec9b5d98c6
commit c7aee51bd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 20 additions and 0 deletions

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`