From b3cfeb82e13b62f2ba1ff8aadd869e8feb2e07c0 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Fri, 7 Jun 2024 15:06:23 -0400 Subject: [PATCH] test --- justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/justfile b/justfile index bfaf000..5516fd4 100644 --- a/justfile +++ b/justfile @@ -18,3 +18,7 @@ buffer: doc: sd "$" "\n" | sd "\n\n" "\n" | xargs -I _ echo "(doc " _ ")" | kitten @ send-text -m "title:hx_repl:ludus" --stdin + +publish: + git commit -am "publishing!" +