docs-matrix-spec/scripts/generate-matrix-org-assets
2021-08-27 19:17:10 +01:00

15 lines
274 B
Bash
Executable file

#!/bin/sh
#
# generate a tarball of assets suitable for the matrix.org site
set -e
cd `dirname $0`/..
mkdir -p assets
# and the swagger
./scripts/dump-swagger.py -o assets/spec/client_server/unstable.json
# create a tarball of the assets.
tar -czf assets.tar.gz assets