♻️ Move library to its own directory

This commit is contained in:
Andrey Antukh 2025-05-13 12:27:11 +02:00
parent 6803c78e80
commit 2da8747485
13 changed files with 1763 additions and 61 deletions

6
library/scripts/repl Executable file
View file

@ -0,0 +1,6 @@
#!/usr/bin/env bash
export OPTIONS="-A:dev -J-XX:-OmitStackTraceInFastThrow";
set -ex
exec clojure $OPTIONS -M -m rebel-readline.main