2025-03-23 20:59:56 +01:00

169 B

<%* const commitMsg = await tp.system.prompt("Message de commit") const result = await tp.system.exec("git add . && git commit -m "" + commitMsg + """) tR += result %>