mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
4 lines
117 B
Text
4 lines
117 B
Text
|
#!/usr/bin/env bash
|
||
|
set -ex
|
||
|
clojure -Ojmx-remote -A:dev -e "(set! *warn-on-reflection* true)" -m rebel-readline.main
|