#!/bin/sh

LANG=ja_JP.eucJP
export LANG

if [ -f ./xlnl ];then
	./xlnl $*
else
	xlnl $*
fi
