mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 16:14:02 +00:00
4 lines
73 B
Bash
Executable File
4 lines
73 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -eu
|
|
make -C "$(dirname "$0")"/../docs clean html
|