mirror of
https://github.com/zulip/zulip.git
synced 2026-06-12 21:00:58 +08:00
6 lines
81 B
Bash
Executable File
6 lines
81 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -x
|
|
set -e
|
|
|
|
"$(dirname "$0")/postgresql-init-dev-db" test
|