Ignore:
Timestamp:
Dec 14, 2013, 2:03:08 PM (11 years ago)
Author:
maron
Message:
  • Added: Make file for instalation czech
  • Added: addon to instalation czech
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/Export/client_cz_export.sh

    r645 r647  
    1919echo "Export files from database:"
    2020echo "==================================="
    21 php /a/www/wowpreklad/Modules/Export/cmdmpqexport.php lua=$EXPORTID dbc=$EXPORTID
     21echo "Lua scripty:"
     22php /a/www/wowpreklad/Modules/Export/cmdmpqexport.php lua=$EXPORTID
     23echo "Dbc soubory:"
     24php /a/www/wowpreklad/Modules/Export/cmdmpqexport.php dbc=$EXPORTID
     25echo "Addon:"
     26php /a/www/wowpreklad/Modules/Export/cmdmpqexport.php addon=$EXPORTID
    2227
    2328echo "==================================="
     
    3035echo "Copy files to tmp:"
    3136echo "==================================="
     37mkdir CzWoW -p
     38mkdir dbc -p
     39mkdir lua -p
    3240cp ${TMPDIR}Export/${EXPORTID}/lua/* lua/ -R
    3341cp ${TMPDIR}Export/${EXPORTID}/dbc/* dbc/ -R
     42cp ${TMPDIR}Export/${EXPORTID}/CzWoW/* CzWoW / -R
    3443echo "hotovo"
    3544
Note: See TracChangeset for help on using the changeset viewer.