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