This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-zerotierone/netcon/docker-test/build.sh
2015-12-04 12:39:54 -08:00

8 lines
133 B
Bash
Executable File

#!/bin/bash
echo "*** Building Zerotier-One, libraries, and test/monitor images..."
./build_zt.sh
./build_tests.sh
echo "*** Done"