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
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
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

@ -1 +1 @@
Subproject commit cf97d690fe34fc66436d8f32de0b8c893f3c56e8
Subproject commit 797801ffde3defc48e5f3f69df31f36e5d3879c5

2
fsfw

@ -1 +1 @@
Subproject commit 02468a838f42ba157f622e54e7bd314cf8b73a2a
Subproject commit afe006e234c0235f43406d2ed713e3824aba120b

2
load-path.sh Executable file
View File

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