mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
6 lines
142 B
Bash
Executable File
6 lines
142 B
Bash
Executable File
#!/bin/sh -xe
|
|
|
|
# This is a really simple wrapper script, pretty much for documenting clarity
|
|
`dirname $0`/../tools/generate-fixtures --force
|
|
|