8 lines
216 B
Bash
8 lines
216 B
Bash
#!/bin/bash
|
|
# -- Development --
|
|
cd /var/www/html/clients/dec-international/realestatedatainc
|
|
# -- Production --
|
|
#cd /var/www/html/webapps/dec-international/realestatedatainc
|
|
php ./scripts/ExportRequest_Worker.php
|
|
|