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

2
load-path.sh Executable file
View File

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