Files
uwrap/testsuite/tests/proxy/run.sh
2020-09-01 14:55:54 +02:00

8 lines
95 B
Bash
Executable File

for j in *2proxy; do
test_dir $j
done
for j in `ls | grep -v 2proxy`; do
test_dir $j
done