Gitiles
Code Review
Sign In
192.168.1.100
/
T800
/
0b39b87cb0cd96fd68f16a6d004c85c06a954fb2
/
.
/
src
/
bsp
/
lk
/
scripts
/
toolpaths.default
blob: ad9570ce5a74b202c60189ebc14655892a92083f [
file
] [
log
] [
blame
]
xj
b04a402
2021-11-25 15:01:52 +0800
[
diff
] [
blame
]
1
#!/bin/bash
2
3
DIR
=
"$( cd "
$
(
dirname
"${BASH_SOURCE[0]}"
)
" && pwd )"
4
LOCAL_TOOLPATH
=
"$DIR/toolpaths.local"
5
if
[
-
e
"$LOCAL_TOOLPATH"
]
6
then
7
source $LOCAL_TOOLPATH
8
fi