#! /bin/bash
# Bash Configurator
# Tue Dec 14 1999 Masaki Kawamura <kawamura@ic.sci.yamaguchi-u.ac.jp>

if [ ! -f ~/.bash_set ]; then
    touch ~/.bash_set
fi
if [ ! -f ~/.bash_shopt ]; then
    touch ~/.bash_shopt
fi

prefix="/usr/lib/tk8.0jp"
if [ $# -eq 1 ]; then
    prefix=$1
fi

exec ${prefix}/bashconf.tcl ${prefix}
