mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-27 21:58:30 +01:00
6 lines
98 B
Bash
Executable file
6 lines
98 B
Bash
Executable file
#!/bin/sh
|
|
|
|
for x in filter_test filter_test_silly filter_test_wide
|
|
do
|
|
./$x -xml -log ../$x
|
|
done
|