mirror of
https://github.com/penpot/penpot.git
synced 2025-03-25 14:11:33 -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
|