Browse Source

source: add page (#2474)

Ivan Aracki 6 years ago
parent
commit
e9303a92f6
1 changed files with 7 additions and 0 deletions
  1. 7 0
      pages/common/source.md

+ 7 - 0
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}}`