mirror of
https://github.com/penpot/penpot.git
synced 2026-02-25 22:04:14 +00:00
6 lines
60 B
Bash
Executable File
6 lines
60 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
clojure ${CLOJURE_OPTIONS} -m uxbox.main
|