add load path script, update submodules

This commit is contained in:
Robin Mueller
2022-04-11 14:23:32 +02:00
parent 37f7421f63
commit 20c911446d
4 changed files with 7 additions and 2 deletions

3
.gitignore vendored
View File

@ -38,3 +38,6 @@ Makefile*
.vs
out
# xPacks
/xpacks
/package.json

2
fsfw

Submodule fsfw updated: 02468a838f...afe006e234

2
load-path.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/bash
export PATH="$(pwd)/xpacks/.bin":$PATH