mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 02:18:20 +02:00
♻️ Move library to its own directory
This commit is contained in:
parent
6803c78e80
commit
2da8747485
13 changed files with 1763 additions and 61 deletions
6
library/scripts/repl
Executable file
6
library/scripts/repl
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
export OPTIONS="-A:dev -J-XX:-OmitStackTraceInFastThrow";
|
||||
|
||||
set -ex
|
||||
exec clojure $OPTIONS -M -m rebel-readline.main
|
Loading…
Add table
Add a link
Reference in a new issue