sars-scanner/parse.php
2020-03-16 14:09:40 +01:00

6 lines
131 B
PHP
Executable File

#! /usr/bin/php
<?php
include 'parse-rki.php';
include 'parse-worldometers.php';
include "parse-csv.php";
include "parse-json.php";