mirror of
https://github.com/AdaCore/uwrap.git
synced 2026-02-12 13:06:34 -08:00
8 lines
95 B
Bash
Executable File
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
|