You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
matrix-spec-proposals/scripts/generate-matrix-org-assets

16 lines
269 B
Bash

#!/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/api.json
# create a tarball of the assets.
tar -czf assets.tar.gz assets