mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-05-07 22:23:44 +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"
|