From 30c19ec41d73ec0f8f470a19ee4616b9cd943f2c Mon Sep 17 00:00:00 2001 From: Chad Nelson Date: Thu, 27 Feb 2025 22:32:22 -0700 Subject: [PATCH] testing --- scripts/msg.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/msg.in b/scripts/msg.in index fba211d..341c393 100644 --- a/scripts/msg.in +++ b/scripts/msg.in @@ -2,7 +2,7 @@ --no-auto-compile -e main -s !# -(use-modules ;;(msg machine2) +(use-modules (msg machine) (msg shell) (ice-9 match)) @@ -10,8 +10,8 @@ (define clean-args (cdr args)) (match clean-args - ;;(("machine" rest ...) - ;; (machine rest)) + (("machine" rest ...) + (machine rest)) (("shell" rest ...) (shell)) (("-h")