blob: 5a66667c15b0f53680ca53209829bc10c2699f99 [file] [log] [blame]
#!/usr/bin/env bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
LOCAL_TOOLPATH="$DIR/toolpaths.local"
if [ -e "$LOCAL_TOOLPATH" ]
then
source $LOCAL_TOOLPATH
fi