blob: ad9570ce5a74b202c60189ebc14655892a92083f [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001#!/bin/bash
2
3DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
4LOCAL_TOOLPATH="$DIR/toolpaths.local"
5if [ -e "$LOCAL_TOOLPATH" ]
6then
7 source $LOCAL_TOOLPATH
8fi