#!/bin/bash

# bootstrap xFOCE home
XF_HOME=/mnt/data/build/xfoce-0.24

. ${XF_HOME}/src/scripts/xfhome ${XF_HOME}

alias goxf='cd ${XF_HOME}'
