Current File : /home/escuelai/public_html/it/vendor/glpi-project/inventory_format/bin/refresh_hw_sources
#!/usr/bin/env php
<?php

require_once 'vendor/autoload.php';

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