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