summaryrefslogtreecommitdiff
path: root/crawler/crawler.php
blob: 1e121e4861b078fe4ea0264c018fb078c625bf2a (plain) (blame)
1
2
3
4
5
<?php
header('Content-type: text/plain; charset=utf-8');
require_once 'CrawlController.php';

CrawlController::start($argv[1]);