Made Makefile #rash complient

This commit is contained in:
2026-08-17 16:37:48 +02:00
parent d2e2298731
commit 6834b3d2ac
3 changed files with 62 additions and 41 deletions
+14
View File
@@ -0,0 +1,14 @@
#lang racket/base
(require
"main.rkt"
"private/utils.rkt"
racket/string)
(define (git-cli)
(let ((re #px"\s+"))
(let loop ()
(let ((cmd (string-trim (input-prompt "git>"))))