From: Saba Saba Date: Thu, 9 Feb 2023 17:26:21 +0000 (-0500) Subject: Updated comment at the top with a make eval command. X-Git-Url: http://sabadev.xyz:4321/?a=commitdiff_plain;h=9500e0899eefbefc1a12f90e949cd53eccd28491;p=git-repl.git Updated comment at the top with a make eval command. --- diff --git a/git-repl.cl b/git-repl.cl index d30907e..beadcc5 100644 --- a/git-repl.cl +++ b/git-repl.cl @@ -1,4 +1,4 @@ -; sbcl --load git-repl.cl +; sbcl --load git-repl.cl --eval "(make)" (ql:quickload '("cl-utilities" "str"))