#!/bin/sh

for i in `find /usr/openwin -name fonts.alias|grep /ja/`; do xset fp+ `dirname $i` ; done
LANG=ja DTXSERVERLOCATION=remote /usr/dt/bin/Xsession
