6 lines
152 B
Shell
Executable file
6 lines
152 B
Shell
Executable file
#!/bin/sh
|
|
|
|
set -ex
|
|
|
|
./dist/${OS_NAME}/amd64/ooni onboard --yes
|
|
./dist/${OS_NAME}/amd64/ooni run --config testdata/testing-config.json -v --no-collector
|