4 lines
145 B
Bash
4 lines
145 B
Bash
#!/bin/sh
|
|
cd /srv/www/htm/tools/
|
|
php cronOrderReqSendCsv.php acapella7890 >> /srv/www/htm/log/cronOrderReqSendCsv_`date +%Y``date +%m`.log 2>&1
|
|
|