11 lines
89 B
Bash
11 lines
89 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. ./config
|
||
|
|
||
|
# ./dev/download-data.sh
|
||
|
|
||
|
./production/export-to-production.sh
|
||
|
|
||
|
|
||
|
|