mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-20 05:28:01 +00:00
9 lines
137 B
Bash
Executable File
9 lines
137 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "*** Building Zerotier-One, libraries, and test/monitor images..."
|
|
|
|
./build_zt.sh
|
|
./build_tests.sh $1
|
|
|
|
echo "*** Done"
|