recursive examples
Showing
21 changed files
with
269 additions
and
1 deletions
... | @@ -2,4 +2,12 @@ this a template file | ... | @@ -2,4 +2,12 @@ this a template file |
2 | 2 | ||
3 | var = [[{variable}]] | 3 | var = [[{variable}]] |
4 | 4 | ||
5 | otra_variable= [[{VAR}]] | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
5 | otra_variable= [[{VAR}]] | ||
6 | |||
7 | |||
8 | some environment variables: | ||
9 | |||
10 | Hostname: [[{HOSTNAME}]] | ||
11 | Path Variable: [[{PATH}]] | ||
12 | Current Working Directory: [[{PWD}]] | ||
13 | ... | ... |
-
Please register or sign in to post a comment