# .bashrc
if [ -x /opt/x86-64/bin ] ; then
	export PATH="$PATH:/opt/x86-64/bin"
fi


