mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-25 00:59:37 -05:00
7 lines
104 B
Bash
Executable file
7 lines
104 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
cd testdata;
|
|
for test in `ls *.tpkg`; do
|
|
echo $test
|
|
tpkg -a ../.. exe $test
|
|
done
|