8 lines
133 B
Bash
Executable File
8 lines
133 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo "*** Building Zerotier-One, libraries, and test/monitor images..."
|
|
|
|
./build_zt.sh
|
|
./build_tests.sh
|
|
|
|
echo "*** Done" |