sars-scanner/parse.php

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";