2022-01-12 14:26:58 -05:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
:wrench: Fix typos in source code
Found via `codespell -q 3 -S *.po,./frontend/yarn.lock -L childs,clen,fpr,inflight,ody,ot,ro,te,trys,ue`
2022-10-02 13:00:19 -05:00
|
|
|
# A repl useful for debug macros.
|
2022-01-12 14:26:58 -05:00
|
|
|
|
|
|
|
export OPTIONS="\
|
|
|
|
-J-XX:-OmitStackTraceInFastThrow \
|
|
|
|
-J-Xms50m -J-Xmx512m \
|
|
|
|
-M:dev:jvm-repl";
|
|
|
|
|
|
|
|
set -ex;
|
|
|
|
exec clojure $OPTIONS;
|