Gitiles
Code Review
Sign In
192.168.1.100
/
T103
/
1f884588077ad3476b9c91cbb0ee9ee0332bbb68
/
.
/
src
/
bsp
/
lk
/
scripts
/
toolpaths.default
blob: ad9570ce5a74b202c60189ebc14655892a92083f [
file
] [
log
] [
blame
]
#!/bin/bash
DIR
=
"$( cd "
$
(
dirname
"${BASH_SOURCE[0]}"
)
" && pwd )"
LOCAL_TOOLPATH
=
"$DIR/toolpaths.local"
if
[
-
e
"$LOCAL_TOOLPATH"
]
then
source $LOCAL_TOOLPATH
fi