build.sh 137 B

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