48 lines
944 B
Plaintext
48 lines
944 B
Plaintext
@BAKE
|
||
echo
|
||
@RECURS -s2 test.a.txt
|
||
@RECURS -s3 test.a.txt a b c
|
||
@RECURS -s4 test.a.txt
|
||
@RECURS -s5 test.a.txt
|
||
@RECURS -s6 test.a.txt
|
||
@RECURS -s7 test.a.txt
|
||
@RECURS -s8 test.a.txt
|
||
@RECURS -s9 test.a.txt
|
||
@RECURS -s10 test.a.txt
|
||
@RECURS -s11 test.a.txt a b c
|
||
@RECURS -s12 test.a.txt
|
||
@RECURS -s13 test.a.txt
|
||
@STOP
|
||
|
||
@BAKE echo 2 t@LINE \@SHORT:1 @SHORT:1 \@SHORT:2 @SHORT:2 @STOP
|
||
|
||
@BAKE echo 3 t@LINE \@ARGS:0 @ARGS:0 \@ARGS:2 @ARGS:2 \@ARGS:1 @ARGS:1 @STOP
|
||
|
||
Some empty line
|
||
|
||
@BAKE echo 4 t@LINE line 5 = \@LINE @LINE @STOP
|
||
|
||
@BAKE
|
||
echo 5 t@LINE multiline
|
||
@STOP
|
||
|
||
@BAKE echo 6 t@LINE EOL test
|
||
|
||
@BAKE echo 7 t@LINE another EOL test
|
||
no no, really.
|
||
|
||
|