mirror of
https://github.com/penpot/penpot.git
synced 2025-02-08 08:09:14 -05:00
📎 Add scripts/repl to common.
This commit is contained in:
parent
fe6a0ec5b8
commit
f96d4198c3
1 changed files with 9 additions and 0 deletions
9
common/scripts/repl
Executable file
9
common/scripts/repl
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
export PENPOT_FLAGS="enable-asserts enable-audit-log $PENPOT_FLAGS"
|
||||
export OPTIONS="-A:dev -J-Djava.util.logging.manager=org.apache.logging.log4j.jul.LogManager -J-XX:+UseZGC -J-XX:ConcGCThreads=1 -J-XX:-OmitStackTraceInFastThrow -J-Xms50m -J-Xmx512m";
|
||||
export OPTIONS_EVAL="nil"
|
||||
# export OPTIONS_EVAL="(set! *warn-on-reflection* true)"
|
||||
|
||||
set -ex
|
||||
exec clojure $OPTIONS -M -e "$OPTIONS_EVAL" -m rebel-readline.main
|
Loading…
Add table
Reference in a new issue