add load path script, update submodules
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@ -38,3 +38,6 @@ Makefile*
|
||||
.vs
|
||||
out
|
||||
|
||||
# xPacks
|
||||
/xpacks
|
||||
/package.json
|
||||
|
Submodule example_common updated: cf97d690fe...797801ffde
2
fsfw
2
fsfw
Submodule fsfw updated: 02468a838f...afe006e234
2
load-path.sh
Executable file
2
load-path.sh
Executable file
@ -0,0 +1,2 @@
|
||||
#!/bin/bash
|
||||
export PATH="$(pwd)/xpacks/.bin":$PATH
|
Reference in New Issue
Block a user