mirror of
https://github.com/penpot/penpot.git
synced 2025-12-11 22:14:05 +01:00
6 lines
71 B
Bash
6 lines
71 B
Bash
#!/usr/bin/env zsh
|
|
set -ex
|
|
sudo pg_ctlcluster 11 main start
|
|
|
|
exec "$@"
|