[CCSDK-28] populated the seed code for dgbuilder
[ccsdk/distribution.git] / dgbuilder / tools / getModuleName.sh
1 module=$(cat $1|egrep "module .*{"|awk '{print $2}'|sed -e 's/{//g')
2 echo $module