mirror of
https://github.com/penpot/penpot.git
synced 2025-01-06 14:50:20 -05:00
e16ec9c719
Speciailly designed to be work in plugins where code is submited to hard deep freeze on the sandboxing process.
6 lines
136 B
Bash
Executable file
6 lines
136 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
export OPTIONS="-A:dev -J-XX:-OmitStackTraceInFastThrow";
|
|
|
|
set -ex
|
|
exec clojure $OPTIONS -M -m rebel-readline.main
|