mirror of
https://github.com/penpot/penpot.git
synced 2025-02-04 05:18:56 -05:00
7 lines
67 B
Bash
7 lines
67 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
DIR=`dirname $0`
|
||
|
LEIN="$DIR/lein"
|
||
|
|
||
|
$LEIN repl
|