7 lines
145 B
Text
7 lines
145 B
Text
# Here
|
|
%f'output.txt' -> create;
|
|
%d'docs' -> create;
|
|
|
|
# Root dir
|
|
Dir.root + %f'output.txt' -> create;
|
|
Dir.root + %d'docs' -> create;
|