diff --git a/pages/common/elvish.md b/pages/common/elvish.md new file mode 100644 index 000000000..850d0b08b --- /dev/null +++ b/pages/common/elvish.md @@ -0,0 +1,20 @@ +# elvish + +> Expressive programming language and a versatile interactive shell. +> More information: . + +- 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`