From e9303a92f6b0f6847cfe3986a82f6ffbb77f4f3a Mon Sep 17 00:00:00 2001 From: Ivan Aracki Date: Fri, 26 Oct 2018 20:48:59 +0200 Subject: [PATCH] source: add page (#2474) --- pages/common/source.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 pages/common/source.md diff --git a/pages/common/source.md b/pages/common/source.md new file mode 100644 index 000000000..b5cbb04d8 --- /dev/null +++ b/pages/common/source.md @@ -0,0 +1,7 @@ +# source + +> Execute commands from a file in the current shell. + +- Evaluate contents of a given file: + +`source {{path/to/file}}`