source: add alternative syntax example (#7283)

This commit is contained in:
Sailesh Shrestha
2021-10-30 09:44:48 +05:45
committed by GitHub
parent ce423ade00
commit cac4d69538

View File

@@ -6,3 +6,7 @@
- Evaluate contents of a given file:
`source {{path/to/file}}`
- Evaluate contents of a given file (alternatively replacing `source` with `.`):
`. {{path/to/file}}`