mirror of
https://github.com/penpot/penpot.git
synced 2025-01-09 16:30:37 -05:00
5 lines
71 B
Bash
5 lines
71 B
Bash
#!/usr/bin/env zsh
|
|
set -ex
|
|
sudo pg_ctlcluster 11 main start
|
|
|
|
exec "$@"
|