aboutsummaryrefslogtreecommitdiff
path: root/scripts/toolpaths.default
blob: 5a66667c15b0f53680ca53209829bc10c2699f99 (plain)
1
2
3
4
5
6
7
8
#!/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