You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for i in $(find templates/common|grep map$); do teckit_compile $i;done
rm -rf /tmp/extraTemplate
mkdir -p /tmp/extraTemplate
touch templates/$dir/extra.7z
for i in $(ls ./templates/$dir/extra); do echo $i; 7za a /tmp/extraTemplate/extra.7z ./templates/$dir/extra/$i;done
for i in $(find templates/common/fontmap/*.tec templates/common/files ! -type d); do echo $i; name=$(basename $i); echo $name;cat $i|7za a /tmp/extraTemplate/extra.7z -si${name} ;done
if [ "$(stat -c%s templates/$dir/extra.7z)" != "$(stat -c%s /tmp/extraTemplate/extra.7z)" ] ; then