build.sh 133 B

12345678
  1. #!/bin/bash
  2. echo "*** Building Zerotier-One, libraries, and test/monitor images..."
  3. ./build_zt.sh
  4. ./build_tests.sh
  5. echo "*** Done"