mirror of
https://github.com/penpot/penpot.git
synced 2025-02-05 22:09:06 -05:00
4 lines
85 B
Bash
4 lines
85 B
Bash
|
#!/usr/bin/env bash
|
||
|
export PATH=/opt/img/bin:$PATH
|
||
|
lein trampoline run -m uxbox.main
|