mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
8 lines
172 B
Bash
Executable File
8 lines
172 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
set -x
|
|
|
|
# This is a really simple wrapper script, pretty much for documenting clarity
|
|
"`dirname "$0"`/../tools/setup/generate-fixtures" --force
|
|
|