1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 13:05:59 +02:00

source: add page (#2474)

This commit is contained in:
Ivan Aracki 2018-10-26 20:48:59 +02:00 committed by Starbeamrainbowlabs
parent 278d1e798e
commit e9303a92f6

7
pages/common/source.md Normal file
View file

@ -0,0 +1,7 @@
# source
> Execute commands from a file in the current shell.
- Evaluate contents of a given file:
`source {{path/to/file}}`