Gitiles
Code Review
Sign In
192.168.1.100
/
T103
/
1f884588077ad3476b9c91cbb0ee9ee0332bbb68
/
.
/
src
/
bsp
/
lk
/
scripts
/
toolpaths.default
blob: ad9570ce5a74b202c60189ebc14655892a92083f [
file
] [
log
] [
blame
]
rjw
1f88458
2022-01-06 17:20:42 +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