0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 16:30:37 -05:00
penpot/frontend/scripts/jvm-repl
luz paz e30bea0b6f 🔧 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-04 10:40:34 +02:00

11 lines
204 B
Bash
Executable file

#!/usr/bin/env bash
# A repl useful for debug macros.
export OPTIONS="\
-J-XX:-OmitStackTraceInFastThrow \
-J-Xms50m -J-Xmx512m \
-M:dev:jvm-repl";
set -ex;
exec clojure $OPTIONS;