add load path script, update submodules
This commit is contained in:
parent
37f7421f63
commit
20c911446d
3
.gitignore
vendored
3
.gitignore
vendored
@ -38,3 +38,6 @@ Makefile*
|
|||||||
.vs
|
.vs
|
||||||
out
|
out
|
||||||
|
|
||||||
|
# xPacks
|
||||||
|
/xpacks
|
||||||
|
/package.json
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit cf97d690fe34fc66436d8f32de0b8c893f3c56e8
|
Subproject commit 797801ffde3defc48e5f3f69df31f36e5d3879c5
|
2
fsfw
2
fsfw
@ -1 +1 @@
|
|||||||
Subproject commit 02468a838f42ba157f622e54e7bd314cf8b73a2a
|
Subproject commit afe006e234c0235f43406d2ed713e3824aba120b
|
2
load-path.sh
Executable file
2
load-path.sh
Executable file
@ -0,0 +1,2 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
export PATH="$(pwd)/xpacks/.bin":$PATH
|
Loading…
Reference in New Issue
Block a user