mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-09 16:22:54 +02:00
8 lines
137 B
Bash
Executable file
8 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"
|