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