zulip/tools/build-api-tarball

6 lines
81 B
Bash
Executable File

#!/bin/sh -x
cd api/
python setup.py sdist
echo API tarball written to api/dist