9 lines
184 B
Bash
Executable file
9 lines
184 B
Bash
Executable file
#!/bin/sh
|
|
##
|
|
##
|
|
|
|
CWD=`pwd`
|
|
CONFIG_HOME=`dirname ${0} | sed "s%^\.%$CWD%"`
|
|
|
|
python $CONFIG_HOME/../../edex/data/utility/common_static/base/gfe/textproducts/configureTextProducts.py $@
|
|
|