mirror of
https://github.com/penpot/penpot.git
synced 2026-03-22 10:23:43 +00:00
6 lines
71 B
Bash
6 lines
71 B
Bash
#!/usr/bin/env zsh
|
|
set -ex
|
|
sudo pg_ctlcluster 11 main start
|
|
|
|
exec "$@"
|