mirror of
https://github.com/penpot/penpot.git
synced 2025-05-10 05:26:37 +02:00
🎉 Add jvm-repl script to frontend directory.
This commit is contained in:
parent
6dedfaea2f
commit
ef17af38a1
1 changed files with 11 additions and 0 deletions
11
frontend/scripts/jvm-repl
Executable file
11
frontend/scripts/jvm-repl
Executable file
|
@ -0,0 +1,11 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# A repl usefull for debug macros.
|
||||||
|
|
||||||
|
export OPTIONS="\
|
||||||
|
-J-XX:-OmitStackTraceInFastThrow \
|
||||||
|
-J-Xms50m -J-Xmx512m \
|
||||||
|
-M:dev:jvm-repl";
|
||||||
|
|
||||||
|
set -ex;
|
||||||
|
exec clojure $OPTIONS;
|
Loading…
Add table
Add a link
Reference in a new issue