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