mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-26 22:10:09 +00:00
8 lines
133 B
Bash
Executable File
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" |