#!/bin/bash
#
# module activation
#

dir=$(cd `dirname "${BASH_SOURCE[0]}"` && pwd)

export PATH=$dir/bin:$PATH
