9 lines
137 B
Bash
9 lines
137 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
echo "*** Building Zerotier-One, libraries, and test/monitor images..."
|
||
|
|
|
||
|
|
./build_zt.sh
|
||
|
|
./build_tests.sh $1
|
||
|
|
|
||
|
|
echo "*** Done"
|