absurdor

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 063b743d191f679fed67f1c103acb35a3fa1a4c9
parent 0495867a5fa3c942e1f190a1456d079d4563fce6
Author: Juan F. Meleiro <juan@juanmeleiro.mat.br>
Date:   Mon, 30 Dec 2024 12:39:13 -0300

Move templates to own directory

Diffstat:
Mabsurdor | 2+-
Rtemplate.m4 -> templates/banner.m4 | 0
Rwow.m4 -> templates/wow.m4 | 0
3 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/absurdor b/absurdor @@ -18,7 +18,7 @@ commands.report = parser:command("report", "Generate and send absurdor report") commands.report:flag("-p", "Print report, but do not send") commands.report:flag("-d", "Plot the difference, not the height") commands.report:option("-t", "Which template to use") - :default("template.m4") + :default("templates/banner.m4") :argname("template") :target("template") commands.record = parser:command("record", "Record events") diff --git a/template.m4 b/templates/banner.m4 diff --git a/wow.m4 b/templates/wow.m4