source: add alternative syntax example (#7283)

beep
Sailesh Shrestha 2021-10-30 09:44:48 +05:45 committed by GitHub
parent ce423ade00
commit cac4d69538
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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