mirror of https://github.com/zulip/zulip.git
7 lines
88 B
Plaintext
7 lines
88 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
set -e
|
||
|
set -x
|
||
|
|
||
|
tx push -s -r zulip.djangopo,zulip.translationsjson
|