recursive examples
Showing
21 changed files
with
268 additions
and
0 deletions
... | @@ -3,3 +3,11 @@ this a template file | ... | @@ -3,3 +3,11 @@ this a template file |
3 | var = [[{variable}]] | 3 | var = [[{variable}]] |
4 | 4 | ||
5 | otra_variable= [[{VAR}]] | 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