ConfigGenerator stuff
This commit is contained in:
12
ConfigGenerator/configGen.sh
Executable file
12
ConfigGenerator/configGen.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
|
||||
export PROJECTDIR=$PWD/..
|
||||
|
||||
export PYTHONPATH=$PYTHONPATH:$PROJECTDIR
|
||||
|
||||
python -B configGen.py
|
||||
|
||||
mv configuration.cpp configuration.h $PROJECTDIR
|
||||
|
||||
|
Reference in New Issue
Block a user