mirror of
https://git.lain.church/bake/bake.git
synced 2025-05-15 16:16:45 +00:00
48 lines
944 B
Plaintext
Executable File
48 lines
944 B
Plaintext
Executable File
@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.
|
||
|
||
|
||
|
||
@BAKE echo 8 t@LINE yet another EOL test \
|
||
... more more and more.
|
||
|
||
@BAKE echo 9 t@LINE several bakes on the same line? @BAKE echo 10 t@LINE Yes.
|
||
|
||
@BAKE echo 11 t@LINE @RECURS @ARGS:0+ @ARGS:1+ @ARGS:2+
|
||
|
||
@BAKE echo ' 12 t@LINE '
|
||
|
||
@BAKE echo 13 t@LINE last EOL test
|
||
|
||
echo "EOF ->"
|