some more detailed info on how to use the scripts for development

This commit is contained in:
l0k18
2023-06-20 09:26:06 +01:00
parent 55f806c9f4
commit adae9504cd
9 changed files with 52 additions and 9 deletions

7
scripts/cdwork.sh Executable file
View File

@@ -0,0 +1,7 @@
#!/usr/bin/zsh
# populate ~/.workpath thus: `cd path/to/repo/root; pwd>~/.workpath
export INDRAROOT=$(cat ~/.workpath)
export PATH=$INDRAROOT/scripts:$PATH
# put the path of the root of the repository in ./scripts/path
cd $INDRAROOT
zsh