mirror of
https://github.com/penpot/penpot.git
synced 2025-01-22 06:32:38 -05:00
6 lines
60 B
Text
6 lines
60 B
Text
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
clojure ${CLOJURE_OPTIONS} -m uxbox.main
|