mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 00:10:11 -05:00
7 lines
136 B
Text
7 lines
136 B
Text
|
#!/usr/bin/env bash
|
||
|
|
||
|
export OPTIONS="-A:dev -J-XX:-OmitStackTraceInFastThrow";
|
||
|
|
||
|
set -ex
|
||
|
exec clojure $OPTIONS -M -m rebel-readline.main
|