mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
7 lines
93 B
Bash
Executable File
7 lines
93 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -x
|
|
|
|
sudo pg_ctlcluster 9.6 main start
|
|
clj -Adev -m uxbox.tests.main
|