some more detailed info on how to use the scripts for development
This commit is contained in:
7
scripts/cdwork.sh
Executable file
7
scripts/cdwork.sh
Executable 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
|
||||
Reference in New Issue
Block a user