mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
7 lines
100 B
Bash
Executable File
7 lines
100 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
DIR=`dirname $0`
|
|
LEIN="$DIR/lein"
|
|
|
|
$LEIN trampoline run -m uxbox.fixtures/init
|