#!/bin/sh
for file in f??.q
do
  echo -$1 ${file%.*}.xml $file
  verifix -$1 ./fischer_input_08.xml $file
done
