mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
7 lines
136 B
Bash
Executable File
7 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
|