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

require_once 'vendor/autoload.php';

$tojson = new Glpi\Inventory\FilesToJSON;
$tojson->cleanFiles();
$tojson->downloadSources();
