Commit a964f76c authored by mengweifu's avatar mengweifu

add:azkaban

parent de085a65
# 运行环境env
if [[ X"$1" == X"" ]]; then
echo "env cannot be empty"
exit 1
fi
# 任务名称
if [[ X"$2" == X"" ]]; then
echo "task_name cannot be empty"
exit 1
fi
# goodstoes index
php public/job.php $1 $2
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment