mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 00:40:30 -05:00
5 lines
60 B
Bash
Executable file
5 lines
60 B
Bash
Executable file
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
clojure ${CLOJURE_OPTIONS} -m uxbox.main
|