0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-13 02:28:18 -05:00

🎉 Add bin/repl script.

This commit is contained in:
Andrey Antukh 2020-01-27 13:09:30 +01:00
parent 8061ee7ca7
commit f491cf25fc

3
backend/bin/repl Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env bash
set -ex
clojure -Ojmx-remote -A:dev -e "(set! *warn-on-reflection* true)" -m rebel-readline.main