This commit is contained in:
Chad Nelson 2025-02-27 22:06:12 -07:00
parent 06026e78e5
commit 64c76be414
4 changed files with 5 additions and 210 deletions

View file

@ -2,7 +2,7 @@
--no-auto-compile -e main -s
!#
(use-modules (msg machine2)
(use-modules ;;(msg machine2)
(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")