#!/usr/bin/env php
<?php

require '/usr/share/php/SqlParser/autoload.php';

$cli = new SqlParser\Utils\CLI();
exit($cli->runLint());

