diff options
Diffstat (limited to 'examples/make_docs_cpptest.sh')
-rw-r--r-- | examples/make_docs_cpptest.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/make_docs_cpptest.sh b/examples/make_docs_cpptest.sh new file mode 100644 index 0000000..9823560 --- /dev/null +++ b/examples/make_docs_cpptest.sh @@ -0,0 +1,4 @@ +#! /usr/bin/env bash +source make_docs_helper.sh +go cpptest 1.1.0 .tar.gz + |