updated scripts in runexport
This commit is contained in:
parent
62614f45df
commit
b728526b68
|
@ -1,11 +1,22 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
./tasks/export/export-emblems.sh
|
|
||||||
./tasks/export/export-places.sh
|
tasks/export/actions.sh
|
||||||
./tasks/export/export-apps.sh
|
tasks/export/animations.sh
|
||||||
./tasks/export/export-categories.sh
|
tasks/export/apps.sh
|
||||||
./tasks/export/export-devices.sh
|
tasks/export/categories.sh
|
||||||
./tasks/export/export-status.sh
|
tasks/export/devices.sh
|
||||||
./tasks/export/export-mimetypes.sh
|
tasks/export/emblems.sh
|
||||||
./tasks/export/export-actions.sh
|
tasks/export/mimetypes.sh
|
||||||
./tasks/export/export-animations.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
|
||||||
|
|
Loading…
Reference in New Issue