#!/bin/sh

LANG=ja_JP.UTF-8
export LANG

if [ -f ./xlnl ];then
	./xlnl --use-curses OFF -U $*
else
	xlnl --use-curses OFF -U $*
fi
