1
0
Fork 0
mirror of https://github.com/shlinkio/shlink.git synced 2025-02-18 08:19:55 +03:00
shlink/bin/cli
2019-12-27 14:02:43 +01:00

7 lines
111 B
PHP
Executable file

#!/usr/bin/env php
<?php
declare(strict_types=1);
$run = require __DIR__ . '/../config/run.php';
$run(true);