7 lines
147 B
Bash
7 lines
147 B
Bash
#!/bin/sh
|
|
#运行游戏日志入库操作
|
|
cd /data/web/game2/crontab/
|
|
php ./crontab.sql.php > /data/web/game2/cache/sys_log/crontab.sql.log 2>&1
|
|
|
|
|