updated scripts in runexport

This commit is contained in:
germedeb 2022-09-10 16:49:03 -03:00
parent 62614f45df
commit b728526b68
1 changed files with 20 additions and 9 deletions

View File

@ -1,11 +1,22 @@
#!/bin/bash
./tasks/export/export-emblems.sh
./tasks/export/export-places.sh
./tasks/export/export-apps.sh
./tasks/export/export-categories.sh
./tasks/export/export-devices.sh
./tasks/export/export-status.sh
./tasks/export/export-mimetypes.sh
./tasks/export/export-actions.sh
./tasks/export/export-animations.sh
tasks/export/actions.sh
tasks/export/animations.sh
tasks/export/apps.sh
tasks/export/categories.sh
tasks/export/devices.sh
tasks/export/emblems.sh
tasks/export/mimetypes.sh
tasks/export/places.sh
tasks/export/status.sh
tasks/export-symbolic/actions-sym.sh
tasks/export-symbolic/animations-sym.sh
tasks/export-symbolic/apps-sym.sh
tasks/export-symbolic/categories-sym.sh
tasks/export-symbolic/devices-sym.sh
tasks/export-symbolic/emblems-sym.sh
tasks/export-symbolic/mimetypes-sym.sh
tasks/export-symbolic/places-sym.sh
tasks/export-symbolic/status-sym.sh