mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-07 05:21:42 -07: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"
|