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