From c7aee51bd20c69a42d7ad34f08f4f2becc893476 Mon Sep 17 00:00:00 2001 From: Emily Grace Seville Date: Sun, 14 Nov 2021 01:35:01 +1000 Subject: [PATCH] elvish: add page (#7409) --- pages/common/elvish.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/common/elvish.md 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`