mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-26 17:03:43 +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"
|