mirror of
https://github.com/jezhiggins/arabica
synced 2025-01-15 15:40:56 +01:00
7 lines
98 B
Bash
7 lines
98 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
for x in filter_test filter_test_silly filter_test_wide
|
||
|
do
|
||
|
./$x -xml -log ../$x
|
||
|
done
|