#! /bin/sh
PATH=$PATH:.

case $OS in
	*Windows*) autotest1 "$@" -mode "57600,n,8,1" | iconv -c -f EUCJP -t SHIFT_JIS ;;
	*) autotest1 ;;
esac

