mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-02 13:03:22 +00:00
4 lines
50 B
Bash
Executable File
4 lines
50 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
exec tx pull -a -f --parallel
|